EVO HTML to PDF Converter

DocumentSave Method (String)

EVO PDF Client for .NET Documentation
Saves this PDF document into the file given by the method parameter

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.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

Reference