PDFSplitDocSaveToFile Method

Save the PDF document buffer into the specified disk file

Definition

Namespace: EvoPdf.PdfSplit
Assembly: EvoPdfSplit_NetCore (in EvoPdfSplit_NetCore.dll) Version: 14.0.0
C#
public void SaveToFile(
	string destFilePath
)

Parameters

destFilePath  String
The file where to save the PDF document

See Also