ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Functions Reference > IG_PDF_text_extract |
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 | Number of the first page. |
nPageCount | UINT | Total number of pages to be processed (starting at nStartPage). |
Error count
This function does not process image pixels.