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)
| Parameter | Type | 描述 |
|---|---|---|
| pdfStream | System::SharedPtr<System::IO::Stream> | 输出 PDF 流。 |
| 选项 | 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)
| Parameter | Type | 描述 |
|---|---|---|
| outPdfFilePath | System::String | 输出 PDF 文件的路径。 |
| 选项 | System::SharedPtr\Device::PdfSaveOptions\\ | 包含指定在转换期间抛出的错误输出的标志。 |
另见
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++