XpsDocument.MergeToPdf

MergeToPdf(string[], string, PdfSaveOptions)

Merging XPS documents to PDF using the Device instance.

public void MergeToPdf(string[] filesForMerge, string outPdfFilePath, PdfSaveOptions options)
ParameterTypeDescription
filesForMergeString[]XPS files for merging with this document to an output device.
outPdfFilePathStringAn output PDF file path.
optionsPdfSaveOptionsDocument saving options.

See Also


MergeToPdf(string[], Stream, PdfSaveOptions)

Merging XPS documents to PDF using the Device instance.

public void MergeToPdf(string[] filesForMerge, Stream pdfStream, PdfSaveOptions options)
ParameterTypeDescription
filesForMergeString[]XPS files for merging with this document to an output device.
pdfStreamStreamAn output PDF stream.
optionsPdfSaveOptionsDocument saving options.

See Also