Aspose::Page::XPS::XpsDocument::SaveAsPdf method

XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method

يحفظ المستند بتنسيق PDF.

void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParameterTypeالوصف
دفقSystem::SharedPtr<System::IO::Stream>المجرى لكتابة ملف PDF الناتج إليه.
خياراتSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>خيارات حفظ المستند بتنسيق PDF.

انظر أيضًا

XpsDocument::SaveAsPdf(System::String, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method

يحفظ المستند بتنسيق PDF.

void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParameterTypeالوصف
outPdfFilePathSystem::Stringمسار ملف PDF الناتج.
خياراتSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>خيارات حفظ المستند بتنسيق PDF.

انظر أيضًا