We are excited to announce the release of Spire.Office for Python 9.7.0. In this version, Spire.PDF for Python supports converting PDF to PPTX and adds new interfaces for encrypting and decrypting PDF documents. Moreover, many known issues are fixed successfully in this version. More details are listed below. Click the following link to download Spire.Office for Python 9.7.0: https://www.e-iceblue.com/Download/office-for-python.html Here is a list of changes made in this release Spire.PDF for Python Category ID Description New feature SPIREPDF-6830 Adds new encryption and decryption interfaces for PDF documents. # Encryption pdfDocument = PdfDocument() securityPolicy = PdfPasswordSecurityPolicy("123456789", "M123456789") securityPolicy.EncryptionAlgorithm = PdfEncryptionAlgorithm.AES_128 securityPolicy.DocumentPrivilege…
We are excited to announce the release of Spire.Office for Python 9.1.0. This version adds the custom exception class SpireException to Spire.PDF for Python, Spire.Doc for Python, Spire.Presentation for Python, and Spire.XLS for Python. In addition, some known issues are fixed successfully in this version. More details are listed below. Click the following link to download Spire.Office for Python 9.1.0: https://www.e-iceblue.com/Download/office-for-python.html Here is a list of changes made in this release Spire.Doc for Python Category ID Description New feature - Adds a new custom exception class SpireException. Bug SPIREDOC-10028 Fixes the issue that setting table borders was invalid. Spire.Presentation for…
page