HiQPdf Documentation

PdfDocumentAddDocument Method (String, String)

HiQPdf Client for .NET Core
Adds a password protected PDF file to the end of this document

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

public void AddDocument(
	string pdfFile,
	string password
)

Parameters

pdfFile
Type: SystemString
The full path of the PDF file to add
password
Type: SystemString
The password of added PDF document
See Also

Reference