OutputFileFormatEnum (COM-based API)
OutputFileFormatEnum enumeration constants define different file formats in which ABBYY FineReader Server can save.
enum OutputFileFormatEnum {
OFF_MSWord = 1,
OFF_MSExcel = 4,
OFF_RTF = 16,
OFF_XML = 32,
OFF_PDF = 64,
OFF_PDFA = 128,
OFF_Text = 256,
OFF_CSV = 512,
OFF_HTML = 1024,
OFF_NoConversion = 2048,
OFF_TIFF = 4096,
OFF_JPG = 8192,
OFF_J2K = 16384,
OFF_InternalFormat = 32768,
OFF_DOCX = 65536,
OFF_XLSX = 131072,
OFF_JBIG2 = 262144,
OFF_ALTO = 524288,
OFF_EPUB = 1048576,
OFF_PNG = 2097152,
OFF_PDFE = 4194304,
OFF_PPTX = 8388608,
OFF_JSON = 16777216
};
Elements
Name | Description |
OFF_MSWord | Microsoft Word format. The parameters of a file in this format are tuned through the MSWordExportSettings object. |
OFF_MSExcel | Microsoft Excel format. The parameters of a file in this format are tuned through the XLExportSettings object. |
OFF_RTF | Rich text format. The parameters of a file in this format are tuned through the RTFExportSettings object. |
OFF_XML | XML format. The parameters of a file in this format are tuned through the XMLExportSettings object. |
OFF_PDF | PDF format. The parameters of a file in this format are tuned through the PDFExportSettings object. |
OFF_PDFA | PDF/A format. The parameters of a file in this format are tuned through the PDFAExportSettings object. |
OFF_PDFE | PDF/E format. The parameters of a file in this format are tuned through the PDFEExportSettings object. |
OFF_PNG | PNG format. The parameters of a file in this format are tuned through the PNGExportSettings object. |
OFF_Text | Text format. The parameters of a file in this format are tuned through the TextExportSettings object. |
OFF_CSV | CSV format. The parameters of a file in this format are tuned through the CSVExportSettings object. |
OFF_EPUB | EPUB format. The parameters of a file in this format are tuned through the EPUBExportSettings object. |
OFF_HTML | HTML format. The parameters of a file in this format are tuned through the HTMLExportSettings object. |
OFF_NoConversion | Saves input file without conversion. |
OFF_TIFF | TIFF format. The parameters of a file in this format are tuned through the TiffExportSettings object. |
OFF_JPG | JPEG format. The parameters of a file in this format are tuned through the JpegExportSettings object. |
OFF_J2K | JPEG 2000 format. The parameters of a file in this format are tuned through the Jpeg2kExportSettings object. |
OFF_InternalFormat |
ABBYY FineReader internal format consists of two parts: image (*.image) and layout (*.layout). An image file in the internal format has three "image planes":
A layout file in the internal format contains blocks (image areas of specified type - text, picture, table, barcode) and recognized text. Files in ABBYY FineReader internal format can be imported into ABBYY FineReader Engine. |
OFF_DOCX | Microsoft Word 2007 format. The parameters of a file in this format are tuned through the DOCXExportSettings object. |
OFF_XLSX | Microsoft Excel 2007 format. The parameters of a file in this format are tuned through the XLSXExportSettings object. |
OFF_JBIG2 | JBIG2 format. The parameters of a file in this format are tuned through the JBig2ExportSettings object. |
OFF_ALTO | AltoXML format. The parameters of a file in this format are tuned through the AltoExportSettings object. |
OFF_PPTX | PPTX format. The parameters of a file in this format are tuned through the PPTXExportSettings object. |
OFF_JSON | JSON format. |
See also
26.03.2024 13:49:49