FileExportFormatEnum
FileExportFormatEnum enumeration constants define different file formats in which ABBYY FineReader Engine can save the recognized text.
typedef enum {
FEF_RTF,
FEF_HTMLVersion10Defaults,
FEF_HTMLUnicodeDefaults,
FEF_XLS,
FEF_PDF,
FEF_TextVersion10Defaults,
FEF_TextUnicodeDefaults,
FEF_XML,
FEF_DOCX,
FEF_XLSX,
FEF_PPTX,
FEF_ALTO,
FEF_EPUB,
FEF_FB2,
FEF_ODT,
FEF_XPS
} FileExportFormatEnum;
Elements
Name | Description |
---|---|
FEF_ALTO | ALTO format. The parameters of a file in this format are tuned through the AltoExportParams object. |
FEF_DOCX | DOCX (Microsoft Word 2007 and later) format. The parameters of the file in this format are tuned through the RTFExportParams object. |
FEF_EPUB | EPUB format. The parameters of a file in this format are tuned through the EBookExportParams object. |
FEF_FB2 | FB2 format. The parameters of a file in this format are tuned through the EBookExportParams object. |
FEF_HTMLVersion10Defaults | HTML format. The parameters of a file in this format are tuned through the HTMLExportParams object. The default encoding is selected in the same way as in the 10th version. This constant will be removed in the next version. |
FEF_HTMLUnicodeDefaults | HTML Unicode format. The parameters of a file in this format are tuned through the HTMLExportParams object. The default encoding is UTF-8. |
FEF_ODT | ODT (Open Office document) format. The parameters of a file in this format are tuned through the RTFExportParams object. |
FEF_PDF | PDF or PDF/A format. The parameters of a file in this format are tuned through the PDFExportParams object. Whether to export to PDF or PDF/A is defined by the PDFAComplianceMode property of this object. |
FEF_PPTX | PPTX (Microsoft PowerPoint 2007 and later) format. The parameters of a file in this format are tuned through the PPTExportParams object. |
FEF_RTF | Microsoft RTF format. The parameters of the file in this format are tuned through the RTFExportParams object. |
FEF_TextVersion10Defaults | TXT or CSV format. The parameters of a file in this format are tuned through the TextExportParams object. Whether to export to TXT or CSV is defined by the ExportFormat property of this object. The default encoding is selected in the same way as in the 10th version. This constant will be removed in the next version. |
FEF_TextUnicodeDefaults | TXT Unicode or CSV Unicode format. The parameters of a file in this format are tuned through the TextExportParams object. Whether to export to TXT or CSV is defined by the ExportFormat property of this object. The default encoding is UTF-8. |
FEF_XLS | XLS (Microsoft Excel) format. The parameters of a file in this format are tuned through the XLExportParams object. |
FEF_XLSX | XLSX (Microsoft Excel 2007 and later) format. The parameters of a file in this format are tuned through the XLExportParams object. |
FEF_XML | XML format. The parameters of a file in this format are tuned through the XMLExportParams object. |
FEF_XPS | XPS format. The parameters of a file in this format are tuned through the XPSExportParams object. |
Used in
03.07.2024 8:50:25