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 の保存オプション。

参照