PsDocument.SaveAsPdf
SaveAsPdf(string, PdfSaveOptions)
Saves PS/EPS file to PDF file.
public void SaveAsPdf(string outPdfFilePath, PdfSaveOptions options)
Parameter | Type | Description |
---|---|---|
outPdfFilePath | String | An output PDF file path. |
options | PdfSaveOptions | Contains flags that specify output of errors thrown during conversion. |
See Also
- class PdfSaveOptions
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
SaveAsPdf(Stream, PdfSaveOptions)
Saves PS/EPS file to PDF stream.
public void SaveAsPdf(Stream pdfStream, PdfSaveOptions options)
Parameter | Type | Description |
---|---|---|
pdfStream | Stream | An output PDF stream. |
options | PdfSaveOptions | Contains flags that specify output of errors thrown during conversion. |
See Also
- class PdfSaveOptions
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page