We're pleased to announce the release of Spire.PDF for Python 10.7.1. This version supports converting PDF documents to PPTX documents, and also adds new encryption and decryption interfaces for PDF documents. In addition, some issues that occurred when converting PDF to PDF/A and HTML have been successfully fixed. More details are listed below. Here is a list of changes made in this release 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 = PdfDocumentPrivilege.ForbidAll() securityPolicy.DocumentPrivilege.AllowPrint = True pdfDocument.Encrypt(securityPolicy) pdfMargin = PdfMargins()…
We are excited to announce the release of Spire.Presentation 9.7.4. This version supports converting PowerPoint documents to Markdown files. Besides, some known issues are fixed in this version, such as the issue that the waterfall chart was displayed incorrectly after modifying its data. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting PowerPoint documents to Markdown files. Presentation ppt = new Presentation(); ppt.LoadFromFile("1.pptx"); ppt.SaveToFile("1.md", FileFormat.Markdown); ppt.Dispose(); Bug SPIREPPT-2522 Fixes the issue that the waterfall chart is displayed incorrectly after modifying its data. Bug SPIREPPT-2534 Fixes the…
We are happy to announce the release of Spire.Doc 12.7.3. This version fixes the issue that the image data was failed to be filled during mail merge. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10644 Fixes the issue that the image data was failed to be filled during mail merge. Click the link to download Spire.Doc 12.7.3: https://www.e-iceblue.com/Download/download-word-for-net-now.html More information of Spire.Doc new release or hotfix: https://www.e-iceblue.com/forum/spire-doc-new-release-or-hotfix-t4749.html
We're pleased to announce the release of Spire.Office 9.6.0. This version adds many new features, for example, Spire.Doc supports AI features and saving the XML of the document's default font replacement rules; Spire.XLS supports converting Excel to Markdown format, Spire.PDF supports converting PDF to Markdown format. Meanwhile, a series of issues occurred when converting, manipulating and printing Word, Excel and PDF files have been successfully fixed. More details are given below. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, Spire.Barcode are included. DLL Versions: Spire.Doc.dll v12.6.10.0 Spire.Pdf.dll v10.6.25.0 Spire.XLS.dll v14.6.6.0…
We are excited to announce the release of Spire.Office for Java 9.6.0. In this version, Spire.Doc for Java supports displaying a prompt message when a corresponding font is not found during conversion; Spire.Barcode for Java supports obtaining barcode information; Spire.PDF for Java enhances the conversion from PDF to OFD, Word, SVG and images. Besides, a lot of known issues are fixed successfully in this version. More details are listed below. Click the link to download Spire.Office for Java 9.6.0: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.Doc for Java Category ID Description New feature SPIREDOC-10465 Supports…
We're pleased to announce the release of Spire.Doc for Python 12.6.0. This version supports loading, saving and converting Markdown documents, such as converting Word to Markdown,or Markdown to Word/PDF. In addition, it also fixes some issues that occurred when converting Word to PDF, Html to Word. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10556 Supports loading, saving and converting Markdown documents. document= Document() #load .md file document.LoadFromFile("input.md") #save to .md file document.SaveToFile("output.md", FileFormat.Markdown) #save to .docx file document.SaveToFile("output.docx", FileFormat.Docx) #save to .doc file document.SaveToFile("output.doc", FileFormat.Doc) #save to…
We are glad to announce the release of Spire.PDF 10.6.25. This version enhances the conversion from PDF to OFD and PDFA1A as well as XPS to PDF. Besides, some known issues are fixed successfully in this version, such as the issue that the signature validation was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6721 Fixes the issue that the results of extracting images from PDF were incorrect. Bug SPIREPDF-6775 Fixes the issue that the effect of setting "PdfButtonWidgetFieldWidget.SetButtonImage()" was incorrect. Bug SPIREPDF-6791 Fixes the issue that the…
We're pleased to announce the release of Spire.XLS 14.6.6. This version supports converting Excel to Markdown format, and fixes some issues that occurred when converting Excel to image/HTML, and adding filter to Excel PivotTable. More details are shown below. Here is a list of changes made in this release Category ID Description New feature - Supports converting Excel to Markdown format. Workbook workbook = new Workbook(); workbook.LoadFromFile("input.xlsx"); workbook.SaveToFile("output.md",FileFormat.Markdown); Bug SPIREXLS-5191 Fixes the issue that the application threw "ArgumentOutOfRangeException" when setting "horizontal" and "vertical" type borders. Bug SPIREXLS-5243 Fixes the issue that the effect was incorrect when calling "Worksheet.Activate()" method. Bug…
page 34