Click or drag to resize

PdfMergeClientaddUrlFile Method (String)

Add remote 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 addUrlFile(
	string inputUrl
)

Parameters

inputUrl
Type: SystemString
Url of a remote PDF file.

Return Value

Type: PdfMergeClient
Reference to the current object.
See Also