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):
    ...
ParameterTypeDescription
pdf_streamio.RawIOBaseAn output PDF stream.
files_for_mergelistXPS files for merging with this document to an output device.
optionsSaveOptionsDocument 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):
    ...
ParameterTypeDescription
out_pdf_file_pathstrAn output PDF file path.
files_for_mergelistXPS files for merging with this document to an output device.
optionsSaveOptionsDocument saving options.

See Also