Spire.Presentation for Java 8.10.4 supports converting slides to SVG and PowerPoint files to SVGZ
2023-10-30 03:25:10
We are excited to announce the release of Spire.Presentation for Java 8.10.4. This version supports converting specified slides to SVG and PowerPoint presentations to SVG. It also enhances the conversion from PowerPoint to PDF. Besides, some known issues are fixed in this version, such as the issue that the program threw an exception java.lang.NullPointerException when loading PowerPoint documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2328 Supports converting PowerPoint documents to SVGZ documents. Presentation ppt = new Presentation(); ppt.loadFromFile("input.pptx"); List bytes = ppt.saveToSVGZ(); for (int i =…
Spire.Doc for Java 11.10.3 synchronizes the AppendHorizonalLine() method to Java
2023-10-23 09:29:32
We are happy to announce the release of Spire.Doc for Java 11.10.3. This version synchronizes the AppendHorizonalLine() method to Java and supports switching fonts that do not support drawing characters through the FontFallbackRule method in XML when converting to a non-flow layout document. It also enhances the conversion from Word to PDF, HTML, and OFD. Besides, some known issues are fixed successfully in this version, such as the issue that the result of setting the image zoom size was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature…
Spire.Doc 11.10.7 enhances the conversion from Word to PDF
2023-10-20 09:59:29
We are pleased to announce the release of Spire.Doc 11.10.7. This version fixes the issue that Thai characters were not aligned and wrapped when converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-9831 Fixes the issue that Thai characters were not aligned and wrapped when converting Word to PDF. Click the link to download Spire.Doc 11.10.7: 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
Spire.PDF for Java 9.10.3 supports configuring AES encryption algorithms and setting the names of existing fields
2023-10-18 06:59:44
We are delighted to announce the release of Spire.PDF for Java 9.10.3. This version supports configuring AES encryption algorithms and setting the names of existing fields. Besides, it also enhances the conversion from PDF to SVG, PPTX, and PDFA2B as well as OFD to PDF. In addition, some known issues are fixed successfully in this version, such as the issue that the application threw the "NullPointerException" when loading PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Synchronizes the new encryption and decryption interface to Java,…
Spire.Presentation 8.10.2 supports getting location information of the text within shapes
2023-10-18 01:48:09
We are pleased to announce the release of Spire.Presentation 8.10.2. This version supports getting location information of the text within shapes. Besides, it also supports getting the Ascent and Descent properties of the text within shapes and converting shapes to SVG format. What's more, it has fixed the issue that there was a blank space when opening SVG files in the browser after converting PPT to SVG. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2324 Supported the functionality to obtain the text position information within a shape.…
Spire.XLS 13.10.1 supports customizing the names of pivot table fields
2023-10-17 08:19:50
We are excited to announce the release of Spire.XLS 13.10.1. This version improves the efficiency of Excel to PDF conversion and supports customizing the names of pivot table fields. It also enhances the conversion from Excel to HTML. Moreover, some known issues are fixed in this version, such as the issue that deleted annotations were not removed successfully from the document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4907 Improves the efficiency of Excel to PDF conversion. New feature SPIREXLS-4857 Supports customizing the names of pivot table…
Spire.Doc 11.10.3 adds the feature of text formatting when converting Word to PDF
2023-10-13 09:52:54
We are pleased to announce the release of Spire.Doc 11.10.3. This version adds the feature of text formatting when converting Word to PDF and supports for .NET 4.6.2 and above, .NET Core, and .NET Standard platforms. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds the feature of text formatting when converting Word to PDF (mainly for handling Thai characters and Tibetan characters), and supports for .NET 4.6.2 and above, .NET Core, and .NET Standard platforms. Document doc = new Document(); doc.LoadFromFile(fileName); doc.LayoutOptions.UseHarfBuzzTextShaper = true; doc.SaveToFile(pdfFileName, Spire.Doc.FileFormat.PDF)…
Spire.PDF for Android via Java 9.10.1 supports setting encryption options when encrypting PDF documents
2023-10-13 09:00:35
We are pleased to announce the release of Spire.PDF for Android via Java 9.10.1. This version supports setting encryption options when encrypting PDF documents and determining whether PDF document stream is encrypted. Besides, it also adds a new method to convert PDF to Word. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6190 Support setting encryption options when encrypting PDF documents. PdfDocument pdfdoc = new PdfDocument(); pdfdoc.loadFromFile(inputFile); PdfSecurityPolicy securityPolicy = new PdfPasswordSecurityPolicy("123", "e-iceblue"); securityPolicy.setEncryptionAlgorithm(PdfEncryptionAlgorithm.AES_128); securityPolicy.setEncryptMetadata(false); pdfdoc.encrypt(securityPolicy); pdfdoc.saveToFile(outputFile); New feature - Supports determining if a PDF document stream is…
