Aspose::Page::EPS::PsDocument::SaveAsPdf method

PsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PdfSaveOptions>) method

PS/EPS ファイルを PDF ストリームとして保存します。

void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Device::PdfSaveOptions> options)
パラメーター説明
pdfStreamSystem::SharedPtr<System::IO::Stream>出力 PDF ストリームです。
optionsSystem::SharedPtr<Device::PdfSaveOptions>変換中にスローされたエラーの出力を指定するフラグを含みます。

参照

PsDocument::SaveAsPdf(System::String, System::SharedPtr<Device::PdfSaveOptions>) method

PS/EPS ファイルを PDF ファイルとして保存します。

void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Device::PdfSaveOptions> options)
パラメーター説明
outPdfFilePathSystem::String出力 PDF ファイルのパスです。
optionsSystem::SharedPtr<Device::PdfSaveOptions>変換中にスローされたエラーの出力を指定するフラグを含みます。

参照