PdfDocumentFromStream(String, UInt32, String, Stream, String) Method
Loads a password protected PDF document from a stream and returns the created PDF document using a server password
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public static PdfDocument FromStream(
string server,
uint port,
string serverPassword,
Stream stream,
string password
)
- server String
- The server IP or name
- port UInt32
- The server port number
- serverPassword String
- The server password
- stream Stream
- The stream from where to load the PDF document
- password String
- The PDF document password
PdfDocumentThe loaded PDF document