This method saves recognized text from a set of pages into a file in PDF format. The method can be called several times till all recognized pages are saved into the file.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
C++
C#
Visual Basic .NET
Parameters
Pages [in] Refers to the FRPages object that contains the pages to be exported. This parameter must not be 0. Indices [in] This parameter refers to the IntsCollection object which specifies the indices of the pages which have to be added to a document. This parameter is optional and may be 0, in which case all the pages of the opened file will be added to the document.Remarks
- To export the document incrementally at a greatest possible speed add 30 pages at a time, with IFRDocument::PageFlushingPolicy set to PFP_Auto or PFP_KeepInMemory.
- The order of the exported pages is the same as in the original document. The Indices parameter only identifies the pages for export and does not indicate their sequence. If you want to export the pages in a different order, use several calls to the AddPage method.
- In Linux and Windows: Depending on the value of the IEngine::MultiProcessingParams property, ABBYY FineReader Engine can distribute export of multi-page documents to CPU cores.
