merge_to_pdf method
Contents
[
Hide
]merge_to_pdf
Merges PS/EPS files to a device.
def merge_to_pdf(self, out_pdf_file_path, files_for_merge, options):
...
| Parameter | Type | Description |
|---|---|---|
| out_pdf_file_path | str | An output PDF file path. |
| files_for_merge | list | PS/EPS files for merging with this file to an output device. |
| options | SaveOptions | Contains flags that specify output of errors thrown during conversion. |
merge_to_pdf
Merges PS/EPS files to a device.
def merge_to_pdf(self, pdf_stream, files_for_merge, options):
...
| Parameter | Type | Description |
|---|---|---|
| pdf_stream | io.RawIOBase | An output PDF stream. |
| files_for_merge | list | PS/EPS files for merging with this file to an output device. |
| options | SaveOptions | Contains flags that specify output of errors thrown during conversion. |
See Also
- module
aspose.page.eps - class
PsDocument