Click or drag to resize

PdfDocumentBase SaveToPcl Method (String)

Convert pdf document to pcl.

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

Parameters

filename
Type: System String
The out file.
See Also