NewPAdESDSSProcessFromStream
Security and Signatures
Description
Stream variant of NewPAdESDSSProcessFromFile. The caller owns the stream and must keep it alive until EndPAdESDSSProcessTo* returns.
Syntax
Delphi
function TPDFlib.NewPAdESDSSProcessFromStream(InputStream: TStream; Const Password: WideString): Integer;Parameters
| InputStream | Source PDF byte stream. |
|---|---|
| Password | Open password if the PDF is encrypted. |