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, wchar_t * InputFile, wchar_t * Password);

Parameters

InputFileThe path and name of the file to sign The password to open the PDF, if any
Password