NewSignProcessFromFileA

Security and Signatures

Description

The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to NewSignProcessFromFile and string arguments are interpreted using the current SetAnsiMode code page

Creates a new digital signature process using a file as the source document.

Syntax

Delphi

Function DLNewSignProcessFromFileA(InstanceID: Integer; InputFile, Password: PAnsiChar): Integer;

DLL

int DLNewSignProcessFromFileA(int InstanceID, const char * InputFile, const char * Password);

Parameters

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