HiQPdf Documentation

PdfDocumentFromData Method (String, UInt32, String, Byte, String)

HiQPdf Client for .NET Core
Loads a password protected PDF document from data and returns the created PDF document using a server password

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public static PdfDocument FromData(
	string server,
	uint port,
	string serverPassword,
	byte[] pdfData,
	string password
)

Parameters

server
Type: SystemString
The server IP or name
port
Type: SystemUInt32
The server port number
serverPassword
Type: SystemString
The server password
pdfData
Type: SystemByte
The PDF document data
password
Type: SystemString
The PDF document password

Return Value

Type: PdfDocument
The loaded PDF document
See Also

Reference