Aspose::Page::XPS::XpsDocument::MergeToPdf method

XpsDocument::MergeToPdf(System::ArrayPtr<System::String>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method

Merging XPS documents to PDF using the Device instance.

void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParameterTypeDescription
filesForMergeSystem::ArrayPtr<System::String>XPS files for merging with this document to an output device.
pdfStreamSystem::SharedPtr<System::IO::Stream>An output PDF stream.
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Document saving options.

See Also

XpsDocument::MergeToPdf(System::ArrayPtr<System::String>, System::String, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method

Merging XPS documents to PDF using the Device instance.

void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParameterTypeDescription
filesForMergeSystem::ArrayPtr<System::String>XPS files for merging with this document to an output device.
outPdfFilePathSystem::StringAn output PDF file path.
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Document saving options.

See Also