SaveFormat

SaveFormat enumeration

For recognition result saving

Members

Member nameDescription
TEXTSaves the document in the plain text format.
DOCXSaves the document as an Office Open XML WordprocessingML Document (macro-free).
PDFSaves the document as a PDF (Adobe Portable Document) Document.
PDF_NO_IMGSaves the document as a PDF (Adobe Portable Document) Document without background image.
XLSXSaves the document as an Excel ( 2007 and later) workbook Document.
XMLSaves the document as an XML file.
JSONSaves the document as an JSON file.
HTMLSaves the document as an HTML file.
EPUBSaves the document as an EPUB file.
RTFSaves the document as an rtf file.

See Also