merge_to_pdf method
merge_to_pdf
Merging XPS documents to PDF using the Device instance.
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 | XPS files for merging with this document to an output device. |
| options | SaveOptions | Document saving options. |
merge_to_pdf
Merging XPS documents to PDF using the Device instance.
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 | XPS files for merging with this document to an output device. |
| options | SaveOptions | Document saving options. |
See Also
- module
aspose.page.xps - class
Device - class
XpsDocument