Aspose::Page::EPS::PsDocument::MergeToPdf メソッド
PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream>, System::ArrayPtr<System::String>, System::SharedPtr<SaveOptions>) method
PS/EPS ファイルをデバイスにマージします。
void Aspose::Page::EPS::PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
| パラメーター | 型 | 説明 |
|---|---|---|
| filesForMerge | System::SharedPtr<System::IO::Stream> | このファイルとマージして出力デバイスに送る PS/EPS ファイル。 |
| pdfStream | System::ArrayPtr<System::String> | 出力 PDF ストリームです。 |
| options | System::SharedPtr<SaveOptions> | 変換中にスローされたエラーの出力を指定するフラグを含みます。 |
参照
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Class String
- Class SaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::MergeToPdf(System::String, System::ArrayPtr<System::String>, System::SharedPtr<SaveOptions>) method
PS/EPS ファイルをデバイスにマージします。
void Aspose::Page::EPS::PsDocument::MergeToPdf(System::String outPdfFilePath, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
| パラメーター | 型 | 説明 |
|---|---|---|
| filesForMerge | System::String | このファイルとマージして出力デバイスに送る PS/EPS ファイル。 |
| outPdfFilePath | System::ArrayPtr<System::String> | 出力 PDF ファイルのパスです。 |
| options | System::SharedPtr<SaveOptions> | 変換中にスローされたエラーの出力を指定するフラグを含みます。 |
参照
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class SaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++