NewSignProcessFromFile
Security and Signatures
Description
Creates a new digital signature process using a file as the source document.
Syntax
Delphi
Function TPDFlib.NewSignProcessFromFile(Const InputFile, Password: WideString): Integer;
ActiveX
Function PDFlib::NewSignProcessFromFile(InputFile As String, Password As String) As Long
DLL
int DLNewSignProcessFromFile(int InstanceID, const wchar_t * InputFile, const wchar_t * Password);
Parameters
| InputFile | The path and name of the file to sign The password to open the PDF, if any |
|---|---|
| Password |