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. |
| параметры | 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‑файлу. |
| параметры | System::SharedPtr\Device::PdfSaveOptions\\ | Содержит флаги, указывающие вывод ошибок, возникших во время преобразования. |
См. также
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++