Browse our Products

Aspose.Slides for Python via .NET 25.10 Release Notes

New Features and Enhancements

KeySummaryCategoryRelated Documentation
SLIDESNET-45069Improve Export of Metafiles to PDFInvestigationhttps://docs.aspose.com/slides/net/conversion-to-pdf/
SLIDESNET-45090Table is exported as multiple <P> tags when converting PPTX to PDF/UAEnhancementhttps://docs.aspose.com/slides/net/convert-powerpoint-to-pdf/
SLIDESNET-45088Formula is exported as multiple <P> tags when converting PPTX to PDF/UAEnhancementhttps://docs.aspose.com/slides/net/convert-powerpoint-to-pdf/
SLIDESNET-45092Missing marked content references when converting PPTX to PDF/UAEnhancementhttps://docs.aspose.com/slides/net/convert-powerpoint-to-pdf/#accessibility-and-compliance-standards-for-pdf
SLIDESNET-45089Multi-line headings are split into separate heading tags when converting PPTX to PDF/UAEnhancementhttps://docs.aspose.com/slides/net/convert-powerpoint-to-pdf/#accessibility-and-compliance-standards-for-pdf

Other Improvements and Changes

KeySummaryCategoryRelated Documentation
SLIDESPYNET-311Use Aspose.Slides for Net 25.10 featuresEnhancementhttps://releases.aspose.com/slides/net/release-notes/2025/aspose-slides-for-net-25-10-release-notes/

Public API Changes

Added New Enumeration: FontStyleType

The FontStyleType enumeration specifies formatting styles that can be applied to text. It is introduced in the API as a replacement for aspose.pydrawing.FontStyle.

NameDescription
REGULARStandard text
BOLDBold text
ITALICItalic text
UNDERLINEUnderlined text
STRIKEOUTText crossed out with a horizontal line

Added New Method: FontsManager.get_font_bytes(font_data, font_style)

The new method, get_font_bytes, have been added to the IFontsManager interface and implemented in the FontsManager class. It replaces the obsolete method that used aspose.pydrawing.FontStyle as a parameter type.

Added New Method: SlideImageFormat.bitmap(scale, image_format)

The new method, bitmap, have been added to the SlideImageFormat class. It replaces the obsolete method that used aspose.pydrawing.imaging.ImageFormat as a parameter type.

Marked as Obsolete

The following methods have been marked as obsolete: