Pdftools SDK
|
Go to the source code of this file.
Macros | |
#define | PDFTOOLS_CALL |
#define PDFTOOLS_CALL |
PDFTOOLS_EXPORT TPdfToolsPdf2Image_ImageOptions *PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Archive_GetImageOptions | ( | TPdfToolsPdf2ImageProfiles_Archive * | pArchive | ) |
The settings for the output TIFF.
Defines the compression algorithm of the TIFF output image.
Supported types are:
Default: TPdfToolsPdf2Image_TiffLzwImageOptions
[in,out] | pArchive | Acts as a handle to the native object of type TPdfToolsPdf2ImageProfiles_Archive. |
NULL
if there is an error.
NULL
is returned. The specific error code can be retrieved by calling PdfTools_GetLastError. The error message can be obtained by calling PdfTools_GetLastErrorMessage. Possible error codes:PDFTOOLS_EXPORT TPdfToolsPdf2Image_RenderPageAtResolution *PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Archive_GetImageSectionMapping | ( | TPdfToolsPdf2ImageProfiles_Archive * | pArchive | ) |
The image section mapping.
This property defines the resolution of the output images.
Default: 300 DPI.
[in,out] | pArchive | Acts as a handle to the native object of type TPdfToolsPdf2ImageProfiles_Archive. |
NULL
if there is an error.
NULL
is returned. The specific error code can be retrieved by calling PdfTools_GetLastError. The error message can be obtained by calling PdfTools_GetLastErrorMessage. PDFTOOLS_EXPORT TPdfToolsPdf2ImageProfiles_Archive *PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Archive_New | ( | void | ) |
NULL
if there is an error.
NULL
is returned. The specific error code can be retrieved by calling PdfTools_GetLastError. The error message can be obtained by calling PdfTools_GetLastErrorMessage. PDFTOOLS_EXPORT BOOL PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Archive_SetImageOptions | ( | TPdfToolsPdf2ImageProfiles_Archive * | pArchive, |
TPdfToolsPdf2Image_ImageOptions * | pImageOptions ) |
The settings for the output TIFF.
Defines the compression algorithm of the TIFF output image.
Supported types are:
Default: TPdfToolsPdf2Image_TiffLzwImageOptions
[in,out] | pArchive | Acts as a handle to the native object of type TPdfToolsPdf2ImageProfiles_Archive. |
[in,out] | pImageOptions | Set value. |
PDFTOOLS_EXPORT TPdfToolsPdf2Image_FaxImageOptions *PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Fax_GetImageOptions | ( | TPdfToolsPdf2ImageProfiles_Fax * | pFax | ) |
The settings for the output image.
[in,out] | pFax | Acts as a handle to the native object of type TPdfToolsPdf2ImageProfiles_Fax. |
NULL
if there is an error.
NULL
is returned. The specific error code can be retrieved by calling PdfTools_GetLastError. The error message can be obtained by calling PdfTools_GetLastErrorMessage. PDFTOOLS_EXPORT TPdfToolsPdf2Image_RenderPageAsFax *PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Fax_GetImageSectionMapping | ( | TPdfToolsPdf2ImageProfiles_Fax * | pFax | ) |
The image section mapping This property specifies how a PDF page is placed onto the target image.
[in,out] | pFax | Acts as a handle to the native object of type TPdfToolsPdf2ImageProfiles_Fax. |
NULL
if there is an error.
NULL
is returned. The specific error code can be retrieved by calling PdfTools_GetLastError. The error message can be obtained by calling PdfTools_GetLastErrorMessage. PDFTOOLS_EXPORT TPdfToolsPdf2ImageProfiles_Fax *PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Fax_New | ( | void | ) |
NULL
if there is an error.
NULL
is returned. The specific error code can be retrieved by calling PdfTools_GetLastError. The error message can be obtained by calling PdfTools_GetLastErrorMessage. PDFTOOLS_EXPORT TPdfToolsPdf2Image_ContentOptions *PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Profile_GetContentOptions | ( | TPdfToolsPdf2ImageProfiles_Profile * | pProfile | ) |
The parameters how to render PDF content elements.
[in,out] | pProfile | Acts as a handle to the native object of type TPdfToolsPdf2ImageProfiles_Profile. |
NULL
if there is an error.
NULL
is returned. The specific error code can be retrieved by calling PdfTools_GetLastError. The error message can be obtained by calling PdfTools_GetLastErrorMessage. PDFTOOLS_EXPORT TPdfToolsPdf2ImageProfiles_ProfileType PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Profile_GetType | ( | TPdfToolsPdf2ImageProfiles_Profile * | pProfile | ) |
Get actual derived type of base type TPdfToolsPdf2ImageProfiles_Profile.
This function is invoked prior to downcasting to ascertain the derived object type.
[in,out] | pProfile | Acts as a handle to a native object. |
0
in case of an error.0
is returned. The specific error code can be retrieved by calling PdfTools_GetLastError. The error message can be obtained by calling PdfTools_GetLastErrorMessage. PDFTOOLS_EXPORT TPdfToolsPdf2Image_ImageOptions *PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Viewing_GetImageOptions | ( | TPdfToolsPdf2ImageProfiles_Viewing * | pViewing | ) |
The settings for the output image.
Supported types are:
Default: TPdfToolsPdf2Image_PngImageOptions
[in,out] | pViewing | Acts as a handle to the native object of type TPdfToolsPdf2ImageProfiles_Viewing. |
NULL
if there is an error.
NULL
is returned. The specific error code can be retrieved by calling PdfTools_GetLastError. The error message can be obtained by calling PdfTools_GetLastErrorMessage. Possible error codes:PDFTOOLS_EXPORT TPdfToolsPdf2Image_ImageSectionMapping *PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Viewing_GetImageSectionMapping | ( | TPdfToolsPdf2ImageProfiles_Viewing * | pViewing | ) |
The image section mapping.
This property specifies how a PDF page is placed onto the target image.
Supported types are:
Default: TPdfToolsPdf2Image_RenderPageAtResolution with 150 DPI.
[in,out] | pViewing | Acts as a handle to the native object of type TPdfToolsPdf2ImageProfiles_Viewing. |
NULL
if there is an error.
NULL
is returned. The specific error code can be retrieved by calling PdfTools_GetLastError. The error message can be obtained by calling PdfTools_GetLastErrorMessage. Possible error codes:PDFTOOLS_EXPORT TPdfToolsPdf2ImageProfiles_Viewing *PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Viewing_New | ( | void | ) |
NULL
if there is an error.
NULL
is returned. The specific error code can be retrieved by calling PdfTools_GetLastError. The error message can be obtained by calling PdfTools_GetLastErrorMessage. PDFTOOLS_EXPORT BOOL PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Viewing_SetImageOptions | ( | TPdfToolsPdf2ImageProfiles_Viewing * | pViewing, |
TPdfToolsPdf2Image_ImageOptions * | pImageOptions ) |
The settings for the output image.
Supported types are:
Default: TPdfToolsPdf2Image_PngImageOptions
[in,out] | pViewing | Acts as a handle to the native object of type TPdfToolsPdf2ImageProfiles_Viewing. |
[in,out] | pImageOptions | Set value. |
PDFTOOLS_EXPORT BOOL PDFTOOLS_CALL PdfToolsPdf2ImageProfiles_Viewing_SetImageSectionMapping | ( | TPdfToolsPdf2ImageProfiles_Viewing * | pViewing, |
TPdfToolsPdf2Image_ImageSectionMapping * | pImageSectionMapping ) |
The image section mapping.
This property specifies how a PDF page is placed onto the target image.
Supported types are:
Default: TPdfToolsPdf2Image_RenderPageAtResolution with 150 DPI.
[in,out] | pViewing | Acts as a handle to the native object of type TPdfToolsPdf2ImageProfiles_Viewing. |
[in,out] | pImageSectionMapping | Set value. |