PsDocument.SaveAsPdf

SaveAsPdf(string, PdfSaveOptions)

Saves PS/EPS file to PDF file.

public void SaveAsPdf(string outPdfFilePath, PdfSaveOptions options)
ParameterTypeDescription
outPdfFilePathStringAn output PDF file path.
optionsPdfSaveOptionsContains flags that specify output of errors thrown during conversion.

See Also


SaveAsPdf(Stream, PdfSaveOptions)

Saves PS/EPS file to PDF stream.

public void SaveAsPdf(Stream pdfStream, PdfSaveOptions options)
ParameterTypeDescription
pdfStreamStreamAn output PDF stream.
optionsPdfSaveOptionsContains flags that specify output of errors thrown during conversion.

See Also