GetFileMetadata
Description
Returns the metadata in a file, if any.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetFileMetadata(InputFileName,
Password: WideString): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetFileMetadata(InputFileName As String,
Password As String) As String
DLL
wchar_t * DPLGetFileMetadata(int InstanceID, wchar_t * InputFileName,
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 |