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)
ParameterTypeالوصف
filesForMergeSystem::ArrayPtr<System::String>ملفات XPS للدمج مع هذا المستند إلى جهاز الإخراج.
pdfStreamSystem::SharedPtr<System::IO::Stream>تدفق PDF ناتج.
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>خيارات حفظ Document.

انظر أيضًا

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)
ParameterTypeالوصف
filesForMergeSystem::ArrayPtr<System::String>ملفات XPS للدمج مع هذا المستند إلى جهاز الإخراج.
outPdfFilePathSystem::Stringمسار ملف PDF الناتج.
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>خيارات حفظ Document.

انظر أيضًا