OutputFileFormatEnum (Web Services API)
OutputFileFormatEnum enumeration constants define different file formats in which ABBYY FineReader Server can save.
enum OutputFileFormatEnum {
OFF_MSWord,
OFF_MSExcel,
OFF_RTF,
OFF_Epub,
OFF_XML,
OFF_PDF,
OFF_PDFE,
OFF_PDFA,
OFF_PNG,
OFF_Text,
OFF_CSV,
OFF_HTML,
OFF_NoConversion,
OFF_TIFF,
OFF_JPG,
OFF_J2K,
OFF_InternalFormat,
OFF_DOCX,
OFF_XLSX,
OFF_JBIG2,
OFF_Alto,
OFF_PPTX,
OFF_JSON
};
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_EPUB | EPUB format. The parameters of a file in this format are tuned through the EPUBExportSettings 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_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