Browse our Products
Aspose PDF for Python via .NET 25.7
This page contains release notes information for Aspose PDF for Python via .NET 25.7.
Improvements and Changes
Public API and Backward Incompatible Changes
Added APIs
- Method: aspose.pdf.devices.ImageDevice.get_bitmap(aspose.pdf.Page) aspose.pydrawing.Bitmap
- Method: aspose.pdf.Document.#ctor(stream,aspose.pdf.security.CertificateEncryptionOptions)
- Method: aspose.pdf.Document.#ctor(stream,aspose.pdf.security.CertificateEncryptionOptions,bool)
- Method: aspose.pdf.Document.#ctor(str,aspose.pdf.security.CertificateEncryptionOptions)
- Method: aspose.pdf.Document.#ctor(str,aspose.pdf.security.CertificateEncryptionOptions, bool)
- Method: aspose.pdf.Document.encrypt(aspose.pdf.Permissions,aspose.pdf.CryptoAlgorithm,list[X509Certificate2])
- Type: aspose.pdf.security.CertificateEncryptionOptions
- Method: aspose.pdf.security.CertificateEncryptionOptions.#ctor(str,str,str)
- Method: aspose.pdf.security.CertificateEncryptionOptions.#ctor(X509Certificate2,str,str)
- Property: aspose.pdf.text.TextReplaceOptions.rectangle aspose.pdf.Rectangle
- Property: aspose.pdf.text.TextReplaceOptions.font_size_adjustment_action aspose.pdf.text.TextReplaceOptions.FontSizeAdjustment
- Type: aspose.pdf.text.TextReplaceOptions.FontSizeAdjustment
- Field: aspose.pdf.text.TextReplaceOptions.FontSizeAdjustment.NONE
- Field: aspose.pdf.text.TextReplaceOptions.FontSizeAdjustment.SHRINK_TO_FIT
- Field: aspose.pdf.text.TextReplaceOptions.FontSizeAdjustment.SCALE_TO_FILL
Removed APIs
No removings.