This function extracts text from pages determined by arguments nStartPage and nPageCount.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_text_extract( LPSTR lpszFileName, LPSTR lpszTextName, UINT nStartPage, UINT nPageCount ); |
Name | Type | Description |
---|---|---|
lpFileName | LPSTR | Name of the PDF or PS document. |
lpTextFileName | LPSTR | Name of the output TXT file. |
nStartPage | UINT | The index of the first page to obtain. The first page is 1. |
nPageCount | UINT | Total number of pages to be processed (starting at nStartPage). |
Error count
This function does not process image pixels.