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)
パラメーター説明
filesForMergeSystem::SharedPtr<System::IO::Stream>このファイルとマージして出力デバイスに送る PS/EPS ファイル。
pdfStreamSystem::ArrayPtr<System::String>出力 PDF ストリームです。
optionsSystem::SharedPtr<SaveOptions>変換中にスローされたエラーの出力を指定するフラグを含みます。

参照

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)
パラメーター説明
filesForMergeSystem::Stringこのファイルとマージして出力デバイスに送る PS/EPS ファイル。
outPdfFilePathSystem::ArrayPtr<System::String>出力 PDF ファイルのパスです。
optionsSystem::SharedPtr<SaveOptions>変換中にスローされたエラーの出力を指定するフラグを含みます。

参照