Aspose::Page::EPS::PsDocument::MergeToPdf method
محتويات
[
يخفي
]PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream>, System::ArrayPtr<System::String>, System::SharedPtr<SaveOptions>) method
يدمج ملفات PS/EPS إلى جهاز.
void Aspose::Page::EPS::PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
| Parameter | Type | الوصف |
|---|---|---|
| filesForMerge | System::SharedPtr<System::IO::Stream> | ملفات PS/EPS للدمج مع هذا الملف إلى جهاز إخراج. |
| pdfStream | System::ArrayPtr<System::String> | تدفق PDF ناتج. |
| خيارات | System::SharedPtr<SaveOptions> | يحتوي على علامات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل. |
انظر أيضًا
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Class String
- Class SaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::MergeToPdf(System::String, System::ArrayPtr<System::String>, System::SharedPtr<SaveOptions>) method
يدمج ملفات PS/EPS إلى جهاز.
void Aspose::Page::EPS::PsDocument::MergeToPdf(System::String outPdfFilePath, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
| Parameter | Type | الوصف |
|---|---|---|
| filesForMerge | System::String | ملفات PS/EPS للدمج مع هذا الملف إلى جهاز إخراج. |
| outPdfFilePath | System::ArrayPtr<System::String> | مسار ملف PDF الناتج. |
| خيارات | System::SharedPtr<SaveOptions> | يحتوي على علامات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل. |
انظر أيضًا
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class SaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++