PdfDocumentBase
SaveToPostScript Method (String)
|
Convert pdf document to postscript file.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SaveToPostScript(
string filename
)
Public Sub SaveToPostScript (
filename As String
)
public:
void SaveToPostScript(
String^ filename
)
member SaveToPostScript :
filename : string -> unit
Parameters
-
filename
-
Type:
System
String
The out file.
See Also