PdfConverter

PdfConverter

Overview

PdfConverter is a class in Aspose.PDF FOSS for C++.

This class provides 37 methods for working with PdfConverter objects in C++ programs. Available methods include: CoordinateType, DoConvert, EndPage, FormPresentationMode, GetNextImage, HasNextImage, PageCount, Password, PdfConverter, RenderingOptions, Resolution, SaveAsTIFF, and 4 additional methods. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
PdfConverter()Calls PdfConverter on this PdfConverter instance.
DoConvert()Calls DoConvert on this PdfConverter instance.
SaveAsTIFF(outputFile: std::string)Calls SaveAsTIFF(outputFile) on this PdfConverter instance.
SaveAsTIFF(outputFile: std::string, compression: Aspose::Pdf::Devices::CompressionType)Calls SaveAsTIFF(outputFile, compression) on this PdfConverter instance.
SaveAsTIFF(outputFile: std::string, xResolution: int, yResolution: int)Calls SaveAsTIFF(outputFile, xResolution, yResolution) on this PdfConverter instance.
SaveAsTIFF(outputFile: std::string, pageSize: Aspose::Pdf::PageSize)Calls SaveAsTIFF(outputFile, pageSize) on this PdfConverter instance.
SaveAsTIFF(outputFile: std::string, pageSize: Aspose::Pdf::PageSize, settings: Aspose::Pdf::Devices::TiffSettings)Calls SaveAsTIFF(outputFile, pageSize, settings) on this PdfConverter instance.
SaveAsTIFF(outputFile: std::string, xResolution: int, yResolution: int, compression: Aspose::Pdf::Devices::CompressionType)Calls SaveAsTIFF(outputFile, xResolution, yResolution, compression) on this PdfConverter instance.
SaveAsTIFF(outputFile: std::string, xResolution: int, yResolution: int, settings: Aspose::Pdf::Devices::TiffSettings)Calls SaveAsTIFF(outputFile, xResolution, yResolution, settings) on this PdfConverter instance.
SaveAsTIFF(outputFile: std::string, xResolution: int, yResolution: int, settings: Aspose::Pdf::Devices::TiffSettings, converter: Aspose::Pdf::IIndexBitmapConverter)Calls SaveAsTIFF(outputFile, xResolution, yResolution, settings, converter) on this PdfConverter instance.
SaveAsTIFF(outputFile: std::string, settings: Aspose::Pdf::Devices::TiffSettings)Calls SaveAsTIFF(outputFile, settings) on this PdfConverter instance.
SaveAsTIFF(outputFile: std::string, settings: Aspose::Pdf::Devices::TiffSettings, converter: Aspose::Pdf::IIndexBitmapConverter)Calls SaveAsTIFF(outputFile, settings, converter) on this PdfConverter instance.
SaveAsTIFFClassF(outputFile: std::string)Calls SaveAsTIFFClassF(outputFile) on this PdfConverter instance.
SaveAsTIFFClassF(outputFile: std::string, xResolution: int, yResolution: int)Calls SaveAsTIFFClassF(outputFile, xResolution, yResolution) on this PdfConverter instance.
SaveAsTIFFClassF(outputFile: std::string, pageSize: Aspose::Pdf::PageSize)Calls SaveAsTIFFClassF(outputFile, pageSize) on this PdfConverter instance.
HasNextImage()boolReturns true if next image is present.
GetNextImage(outputFile: std::string)Calls GetNextImage(outputFile) on this PdfConverter instance.
GetNextImage(outputFile: std::string, pageSize: Aspose::Pdf::PageSize)Calls GetNextImage(outputFile, pageSize) on this PdfConverter instance.
CoordinateType()Aspose::Pdf::PageCoordinateTypeCalls CoordinateType on this PdfConverter instance.
CoordinateType(value: Aspose::Pdf::PageCoordinateType)Calls CoordinateType(value) on this PdfConverter instance.
ShowHiddenAreas()boolCalls ShowHiddenAreas on this PdfConverter instance.
ShowHiddenAreas(value: bool)Calls ShowHiddenAreas(value) on this PdfConverter instance.
RenderingOptions()Aspose::Pdf::RenderingOptionsCalls RenderingOptions on this PdfConverter instance.
RenderingOptions(value: Aspose::Pdf::RenderingOptions)Calls RenderingOptions(value) on this PdfConverter instance.
FormPresentationMode()Aspose::Pdf::Devices::FormPresentationModeCalls FormPresentationMode on this PdfConverter instance.
FormPresentationMode(value: Aspose::Pdf::Devices::FormPresentationMode)Calls FormPresentationMode(value) on this PdfConverter instance.
Resolution()Aspose::Pdf::Devices::ResolutionCalls Resolution on this PdfConverter instance.
Resolution(value: Aspose::Pdf::Devices::Resolution)Calls Resolution(value) on this PdfConverter instance.
StartPage()intCalls StartPage on this PdfConverter instance.
StartPage(value: int)Calls StartPage(value) on this PdfConverter instance.
EndPage()intCalls EndPage on this PdfConverter instance.
EndPage(value: int)Calls EndPage(value) on this PdfConverter instance.
Password()std::stringCalls Password on this PdfConverter instance.
Password(value: std::string)Calls Password(value) on this PdfConverter instance.
UserPassword()std::stringCalls UserPassword on this PdfConverter instance.
UserPassword(value: std::string)Calls UserPassword(value) on this PdfConverter instance.
PageCount()intCalls PageCount on this PdfConverter instance.

See Also