Click or drag to resize

PdfMergeClientaddFile Method (String, String)

Add local PDF document to the list of input files.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public PdfMergeClient addFile(
	string inputPdf,
	string userPassword
)

Parameters

inputPdf
Type: SystemString
Path to a local PDF file.
userPassword
Type: SystemString
User password for the PDF document.

Return Value

Type: PdfMergeClient
Reference to the current object.
See Also