Browse our Products
Aspose PDF for Python via .NET 25.6
This page contains release notes information for Aspose PDF for Python via .NET 25.6.
Improvements and Changes
Public API and Backward Incompatible Changes
Added APIs
- Method: aspose.pdf.annotations.FreeTextAnnotation.set_text_style(aspose.pdf.annotations.RichTextFontStyles,str,float,aspose.pydrawing.Color)
- Method: aspose.pdf.annotations.FreeTextAnnotation.set_text_style(int,int,aspose.pdf.annotations.RichTextFontStyles)
- Type: aspose.pdf.annotations.RichTextFontStyles
- Field: aspose.pdf.annotations.RichTextFontStyles.CLEAR_EXISTING
- Field: aspose.pdf.annotations.RichTextFontStyles.BOLD
- Field: aspose.pdf.annotations.RichTextFontStyles.ITALIC
- Field: aspose.pdf.annotations.RichTextFontStyles.UNDERLINE
- Property: aspose.pdf.Document.enable_notification_logging bool
- Property: aspose.pdf.forms.SignatureCustomAppearance.is_foreground_imagee bool
- Property: aspose.pdf.License.license_info aspose.pdf.LicenseInfo
- Type: aspose.pdf.LicenseInfo
- Property: aspose.pdf.LicenseInfo.email_to str
- Property: aspose.pdf.LicenseInfo.licensed_to str
- Property: aspose.pdf.LicenseInfo.license_type str
- Property: aspose.pdf.LicenseInfo.license_note str
- Property: aspose.pdf.LicenseInfo.products list[]
- Property: aspose.pdf.LicenseInfo.edition_type str
- Property: aspose.pdf.LicenseInfo.subscription_expiry datetime
- Property: aspose.pdf.LicenseInfo.license_expiry datetime
- Property: aspose.pdf.PsLoadOptions.convert_fonts_to_ttf bool
- Method: aspose.pdf.XImage.get_alternative_text(aspose.pdf.Page) list[]
- Method: aspose.pdf.XImage.try_set_alternative_text(str,aspose.pdf.Page) bool
Removed APIs
No removings.