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)
| パラメーター | 型 | 説明 |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | このドキュメントと結合するための XPS ファイルを出力デバイスに使用します。 |
| pdfStream | System::SharedPtr<System::IO::Stream> | 出力 PDF ストリームです。 |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Document の保存オプション。 |
参照
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Stream
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
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)
| パラメーター | 型 | 説明 |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | このドキュメントと結合するための XPS ファイルを出力デバイスに使用します。 |
| outPdfFilePath | System::String | 出力 PDF ファイルのパスです。 |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Document の保存オプション。 |
参照
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++