Spire.Office for Python 9.12.1 is released
2024-12-30 09:58:01
We're pleased to announce the release of Spire.Office for Python 9.12.1. In this version, the Spire.Doc for Python supports marking Word documents as 'final' and setting the gutter position in Word. Spire.PDF for Python supports digital signature functionality, and returning imageInfo[i].Image as a byte[] type. Spire.XLS for Python adds the workbook.Chartsheets property and the excelPicture.HyperLink property. Spire.Presentation for Python supports getting slides from section. Moreover, many known issues that occurred when converting, processing and saving Word/Excel/PDF/PowerPoint files have been successfully fixed. More details are listed below. Click the link to download Spire.Office for Python 9.12.1: https://www.e-iceblue.com/Download/office-for-python.html Here is a list…
Spire.Office for Python 9.7.0 is released
2024-07-30 07:33:23
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…
Spire.Office for Python 9.1.0 is released
2024-01-15 09:10:26
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…