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)
| パラメーター | 型 | 説明 |
|---|---|---|
| pdfStream | System::SharedPtr<System::IO::Stream> | 出力 PDF ストリームです。 |
| options | System::SharedPtr<Device::PdfSaveOptions> | 変換中にスローされたエラーの出力を指定するフラグを含みます。 |
参照
- Typedef SharedPtr
- Class Stream
- Class PdfSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
| パラメーター | 型 | 説明 |
|---|---|---|
| outPdfFilePath | System::String | 出力 PDF ファイルのパスです。 |
| options | System::SharedPtr<Device::PdfSaveOptions> | 変換中にスローされたエラーの出力を指定するフラグを含みます。 |
参照
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++