Browse our Products
Aspose.Slides for Python via .NET 25.10 Release Notes
This page contains release notes for Aspose.Slides for Python via .NET 25.10
New Features and Enhancements
Key | Summary | Category | Related Documentation |
---|---|---|---|
SLIDESNET-45069 | Improve Export of Metafiles to PDF | Investigation | https://docs.aspose.com/slides/net/conversion-to-pdf/ |
SLIDESNET-45090 | Table is exported as multiple <P> tags when converting PPTX to PDF/UA | Enhancement | https://docs.aspose.com/slides/net/convert-powerpoint-to-pdf/ |
SLIDESNET-45088 | Formula is exported as multiple <P> tags when converting PPTX to PDF/UA | Enhancement | https://docs.aspose.com/slides/net/convert-powerpoint-to-pdf/ |
SLIDESNET-45092 | Missing marked content references when converting PPTX to PDF/UA | Enhancement | https://docs.aspose.com/slides/net/convert-powerpoint-to-pdf/#accessibility-and-compliance-standards-for-pdf |
SLIDESNET-45089 | Multi-line headings are split into separate heading tags when converting PPTX to PDF/UA | Enhancement | https://docs.aspose.com/slides/net/convert-powerpoint-to-pdf/#accessibility-and-compliance-standards-for-pdf |
Other Improvements and Changes
Key | Summary | Category | Related Documentation |
---|---|---|---|
SLIDESPYNET-311 | Use Aspose.Slides for Net 25.10 features | Enhancement | https://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
.
Name | Description | |
---|---|---|
REGULAR | Standard text | |
BOLD | Bold text | |
ITALIC | Italic text | |
UNDERLINE | Underlined text | |
STRIKEOUT | Text 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:
FontsManager.get_font_bytes(font_data, font_style)
with argument of typeaspose.pydrawing.FontStyle
SlideImageFormat.bitmap(scale, imgFormat)
with argument of typeaspose.pydrawing.imaging.ImageFormat