ExtractFilePageContentToString

Extraction, Page manipulation

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 TPDFlib.ExtractFilePageContentToString(Const InputFileName, Password: WideString; Page: Integer): AnsiString;

ActiveX

Function PDFlib::ExtractFilePageContentToString(InputFileName As String, Password As String, Page As Long) As String

DLL

char * DLExtractFilePageContentToString(int InstanceID, wchar_t * InputFileName, wchar_t * Password, int Page);

Parameters

InputFileNameThe path and file name of the file to extract page content from.
PasswordThe password to use when opening the file
PageThe number of the page to extract. The first page in the document is page 1.