Aspose::Page::XPS::XpsDocument::MergeToPdf method
محتويات
[
يخفي
]XpsDocument::MergeToPdf(System::ArrayPtr<System::String>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
دمج مستندات XPS إلى PDF باستخدام كائن Device.
void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Parameter | Type | الوصف |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | ملفات XPS للدمج مع هذا المستند إلى جهاز الإخراج. |
| pdfStream | System::SharedPtr<System::IO::Stream> | تدفق PDF ناتج. |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | خيارات حفظ Document. |
انظر أيضًا
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Stream
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::MergeToPdf(System::ArrayPtr<System::String>, System::String, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
دمج مستندات XPS إلى PDF باستخدام كائن Device.
void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Parameter | Type | الوصف |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | ملفات XPS للدمج مع هذا المستند إلى جهاز الإخراج. |
| outPdfFilePath | System::String | مسار ملف PDF الناتج. |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | خيارات حفظ Document. |
انظر أيضًا
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++