Aspose::Page::XPS::XpsDocument::MergeToPdf 方法

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

使用 Device 实例将 XPS 文档合并为 PDF。

void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParameterType描述
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

使用 Device 实例将 XPS 文档合并为 PDF。

void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParameterType描述
filesForMergeSystem::ArrayPtr<System::String>用于与此文档合并到输出设备的 XPS 文件。
outPdfFilePathSystem::String输出 PDF 文件的路径。
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Document 保存选项。

另见