PDFMergeSaveMergedPDFToFile Method

Saves the merged PDF document into the specified disk file.

Definition

Namespace: Winnovative.PDFMerge
Assembly: WnvPdfMerge_NetCore (in WnvPdfMerge_NetCore.dll) Version: 14.0.0
C#
public void SaveMergedPDFToFile(
	string outFile
)

Parameters

outFile  String
The full path of the file where to save the rendered PDF document.

See Also