HiQPdf Documentation

PdfDocumentFromFile Method (String, String)

HiQPdf Client for .NET Core
Loads a PDF document from a file and returns the created PDF document using the default server port

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

public static PdfDocument FromFile(
	string server,
	string file
)

Parameters

server
Type: SystemString
The server IP or name
file
Type: SystemString
The file from where to load the PDF document

Return Value

Type: PdfDocument
The loaded PDF document
See Also

Reference