Aspose::Page::XPS::XpsDocument::MergeToPdf метод

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

Объединение XPS документов в PDF с использованием экземпляра Device.

void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ПараметрТипОписание
filesForMergeSystem::ArrayPtr<System::String>XPS файлы для объединения с этим документом в выходное устройство.
pdfStreamSystem::SharedPtr<System::IO::Stream>Выходной поток PDF.
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Параметры сохранения Document.

См. также

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

Объединение XPS документов в PDF с использованием экземпляра Device.

void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ПараметрТипОписание
filesForMergeSystem::ArrayPtr<System::String>XPS файлы для объединения с этим документом в выходное устройство.
outPdfFilePathSystem::StringПуть к выходному PDF‑файлу.
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Параметры сохранения Document.

См. также