PdfMergeSaveToFile Method

Merges the PDFs and saves the result to a file

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
public void SaveToFile(
	string filePath
)

Parameters

filePath  String
Path to save the merged PDF

See Also