PDFExportModeEnum (Web Services API)
PDFExportModeEnum enumeration constants are used to set the mode of export to PDF format.
enum PDFExportModeEnum {
PEM_TextOnImage,
PEM_ImageOnText,
PEM_ImageOnly,
PEM_TextAndPictures
};
Elements
Name | Description |
PEM_TextOnImage | The entire image is saved as a picture. Text areas are saved as text over the image. |
PEM_TextAndPictures |
The recognized text is saved as text, and the pictures are saved as pictures. The original document design (font, background, and layout marking) is not retained.
|
PEM_ImageOnText | The entire image is saved as a picture. The recognized text is put under it. This option is useful if you export your text to document archives: the full page layout is retained and the full-text search is available if you save in this mode. |
PEM_ImageOnly | The entire image is saved as a picture. The recognized text and layout information are not used in this mode, so the recognition stage may be skipped. |
See also
3/26/2024 1:49:49 PM