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)
ParameterTypeالوصف
filesForMergeSystem::SharedPtr<System::IO::Stream>ملفات PS/EPS للدمج مع هذا الملف إلى جهاز إخراج.
pdfStreamSystem::ArrayPtr<System::String>تدفق PDF ناتج.
خياراتSystem::SharedPtr<SaveOptions>يحتوي على علامات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل.

انظر أيضًا

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)
ParameterTypeالوصف
filesForMergeSystem::Stringملفات PS/EPS للدمج مع هذا الملف إلى جهاز إخراج.
outPdfFilePathSystem::ArrayPtr<System::String>مسار ملف PDF الناتج.
خياراتSystem::SharedPtr<SaveOptions>يحتوي على علامات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل.

انظر أيضًا