Skip to main content
This object is deprecated and will be removed in future versions.
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.
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

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.

Methods

NameDescription
AddPageSaves recognized text of a single page into a file in PDF format.
AddPagesSaves recognized text from several pages into a file in PDF format.
CloseFinalizes the exported PDF document.

Output parameter

This object is the output parameter of the CreateExportFileWriter method of the Engine object.

See also

IEngine::CreateExportFileWriter