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++