ExportFileWriter Object (IExportFileWriter Interface)
This object provides functionality for the export of the recognized information into PDF files. While the Export method of the FRDocument object exports the whole recognized information simultaneously, the ExportFileWriter object provides methods that allow you to export the document in batches of pages. You can export one page or several pages at a time.
Important! If the exported pages have been obtained via the FRDocument object, they must all belong to the same document. If you try to export the pages from different FRDocument objects an error will occur.
- The exported PDF file will not be accessible until the Close method is called.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Methods
Name | Description |
---|---|
AddPage | Saves recognized text of a single page into a file in PDF format. |
AddPages | Saves recognized text from several pages into a file in PDF format. |
Close | Finalizes the exported PDF document. |
Output parameter
This object is the output parameter of the CreateExportFileWriter method of the Engine object.
See also
7/3/2024 8:50:25 AM