Document(String) Constructor

Creates a PDF document from and existing PDF file.

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public Document(
	string pdfFilePath
)

Parameters

pdfFilePath  String
The full path of an existing PDF document file.

See Also