NewSignProcessFromStream
Security and Signatures
Description
Creates a new digital signature process using a stream as the source.
Syntax
Delphi
Function TPDFlib.NewSignProcessFromStream(InputStream: TStream; Const Password: WideString): Integer;
Parameters
| InputStream | The stream object containing the PDF to be signed |
|---|---|
| Password | The password to open the PDF, if any |