merge_to_pdf method

merge_to_pdf

Merges PS/EPS files to a device.

def merge_to_pdf(self, out_pdf_file_path, files_for_merge, options):
    ...
ParameterTypeDescription
out_pdf_file_pathstrAn output PDF file path.
files_for_mergelistPS/EPS files for merging with this file to an output device.
optionsSaveOptionsContains 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):
    ...
ParameterTypeDescription
pdf_streamio.RawIOBaseAn output PDF stream.
files_for_mergelistPS/EPS files for merging with this file to an output device.
optionsSaveOptionsContains flags that specify output of errors thrown during conversion.

See Also