Click or drag to resize

DocumentSave Method (String)

Saves the PDF document into the specified file.

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public void Save(
	string pdfFilePath
)

Parameters

pdfFilePath
Type: SystemString
The name of the file where to save the document. It can be a full path or a relative path.
See Also