Browse our Products
Aspose PDF for Python via .NET 25.5
This page contains release notes information for Aspose PDF for Python via .NET 25.5.
Improvements and Changes
Public API and Backward Incompatible Changes
Added APIs
- Method: aspose.pdf.facades.PdfFileSignature.verify_signature(aspose.pdf.facades.SignatureName,bytearray,aspose.pdf.security.ValidationOptions,aspose.pdf.security.ValidationResult) bool
- Method: aspose.pdf.facades.PdfFileSignature.verify_signature(aspose.pdf.facades.SignatureName,bytearray) bool
- Method: aspose.pdf.facades.PdfFileSignature.try_extract_certificate(aspose.pdf.facades.SignatureName,bytearray) bool
- Method: aspose.pdf.facades.PdfFileSignature.try_extract_certificate(aspose.pdf.facades.SignatureName,stream) bool
- Property: aspose.pdf.forms.Form.needs_rendering bool
- Property: aspose.pdf.forms.Form.has_xfa bool
- Method: aspose.pdf.forms.Signature.verify(bytearray,aspose.pdf.security.ValidationOptions,aspose.pdf.security.ValidationResult) bool
- Method: aspose.pdf.forms.SignatureField.extract_certificate_object() bytearray
- Method: aspose.pdf.tagged.ITaggedContent.create_list_li_element aspose.pdf.logicalstructure.ListLIElement
- Method: aspose.pdf.tagged.ITaggedContent.create_list_lbl_elementv aspose.pdf.logicalstructure.ListLblElement
- Method: aspose.pdf.tagged.ITaggedContent.create_list_l_body_element aspose.pdf.logicalstructure.ListLBodyElement
- Property: aspose.pdf.XpsSaveOptions.default_font string
- Property: aspose.pdf.XpsSaveOptions.use_embedded_true_type_fonts bool
Removed APIs
No removings.