XpsDocument.MergeToPdf
Contents
[
Hide
]MergeToPdf(string[], string, PdfSaveOptions)
Merging XPS documents to PDF using the Device instance.
public void MergeToPdf(string[] filesForMerge, string outPdfFilePath, PdfSaveOptions options)
Parameter | Type | Description |
---|---|---|
filesForMerge | String[] | XPS files for merging with this document to an output device. |
outPdfFilePath | String | An output PDF file path. |
options | PdfSaveOptions | Document saving options. |
See Also
- class PdfSaveOptions
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
MergeToPdf(string[], Stream, PdfSaveOptions)
Merging XPS documents to PDF using the Device instance.
public void MergeToPdf(string[] filesForMerge, Stream pdfStream, PdfSaveOptions options)
Parameter | Type | Description |
---|---|---|
filesForMerge | String[] | XPS files for merging with this document to an output device. |
pdfStream | Stream | An output PDF stream. |
options | PdfSaveOptions | Document saving options. |
See Also
- class PdfSaveOptions
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page