PDFMergeSaveMergedPDFToFile Method

Saves the merged PDF document into the specified disk file.

Definition

Namespace: EvoPdf.PdfMerge
Assembly: EvoPdfMerge_NetCore (in EvoPdfMerge_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