Click or drag to resize

OfdConverter ToPdf Method (String)

Save ofd document to pdf.

Namespace: Spire.Pdf.Conversion
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ToPdf(
	string filename
)

Parameters

filename
Type: System String
A relative or absolute path for the file.
See Also