GetFileMetadata
Document properties
Description
Returns the metadata in a file, if any.
Syntax
Delphi
Function TPDFlib.GetFileMetadata(Const InputFileName, Password: WideString): WideString;
ActiveX
Function PDFlib::GetFileMetadata(InputFileName As String, Password As String) As String
DLL
const wchar_t * DLGetFileMetadata(int InstanceID, const wchar_t * InputFileName, const wchar_t * Password);
Parameters
| InputFileName | The path and name of the document to extract metadata from. |
|---|---|
| Password | The password to use when opening the document |