ExtractFilePageContentToString
Version history
This function was renamed in Quick PDF Library version 8.11.
The function name in earlier versions was ExtractFilePageContent.
Description
Retrieves the page description operators that define the layout of any page in a PDF document. This function does not load the entire file into memory so it can be used with arbitrarily large documents.
Syntax
Delphi
function TDebenuPDFLibrary1811.ExtractFilePageContentToString(InputFileName,
Password: WideString; Page: Integer): AnsiString;
ActiveX
This function is not available in the ActiveX edition
DLL
char * DPLExtractFilePageContentToString(int InstanceID, wchar_t * InputFileName,
wchar_t * Password, int Page)
Parameters
InputFileName | The path and file name of the file to extract page content from. |
Password | The password to use when opening the file |
Page | The number of the page to extract. The first page in the document is page 1. |