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)
ParameterTypeالوصف
pdfStreamSystem::SharedPtr<System::IO::Stream>تدفق PDF ناتج.
خياراتSystem::SharedPtr<Device::PdfSaveOptions>يحتوي على علامات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل.

انظر أيضًا

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)
ParameterTypeالوصف
outPdfFilePathSystem::Stringمسار ملف PDF الناتج.
خياراتSystem::SharedPtr<Device::PdfSaveOptions>يحتوي على علامات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل.

انظر أيضًا