save_as_pdf method
save_as_pdf
Saves PS/EPS file to PDF file.
def save_as_pdf(self, out_pdf_file_path, options):
...
Parameter | Type | Description |
---|---|---|
out_pdf_file_path | str | An output PDF file path. |
options | aspose.page.eps.device.PdfSaveOptions | Contains flags that specify output of errors thrown during conversion. |
save_as_pdf
Saves PS/EPS file to PDF stream.
def save_as_pdf(self, pdf_stream, options):
...
Parameter | Type | Description |
---|---|---|
pdf_stream | io.RawIOBase | An output PDF stream. |
options | aspose.page.eps.device.PdfSaveOptions | Contains flags that specify output of errors thrown during conversion. |
See Also
- module
aspose.page.eps
- class
PsDocument