Spire.PDF for Java 9.8.6 enhances the conversion from PDF to SVG and Excel
2023-08-28 03:15:28
We are happy to announce the release of Spire.PDF for Java 9.8.6. This version enhances the conversion from PDF to SVG and Excel. Besides, it also fixes the issue that setting the font of the text box did not take effect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6104 Fixes the issue that some borders of charts were cropped after converting PDF to SVG. Bug SPIREPDF-6133 Fixes the issue that the cell merge of the same column was incorrect after converting PDF to Excel. Bug SPIREPDF-6209 Fixes the…
Spire.XLS 13.8.9 supports adding Signature Line and getting shapes in sheets
2023-08-25 05:09:31
We are excited to announce the release of Spire.XLS 13.8.9. This version supports adding signature lines, getting shapes in sheets, and customizing the paper size without scaling the content during printing. Besides, some known issues are fixed in this version, such as the issue that the slicer was lost after saving the Excel document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-2146 Supports customizing the paper size without scaling the content during printing. sheet.PageSetup.SetCustomPaperSize(224, (float)25.4); sheet.PageSetup.Orientation = PageOrientationType.Portrait; New feature SPIREXLS-4640 Supports adding Signature Line. sheet.Range["A1"].AddSignatureLine("e-iceblue","E-iceblue","123@123.com", "description"…
Spire.Doc 11.8.18 improves the efficiency of document storage
2023-08-25 03:52:33
We are pleased to announce the release of Spire.Doc 11.8.18. This version improves the efficiency of document storage. What’s more, some known issues are fixed in this version, such as the issue that the content layout of the result documents generated in .NET 7.0 projects was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-9778 Improves the efficiency of document storage. Bug SPIREDOC-9769 Fixes the issue that the content layout of the result documents generated in .NET 7.0 projects was incorrect. Click the link to download Spire.Doc…
Spire.DocViewer 8.7.1 fixes the issue that the image location was incorrect when viewing a Word document
2023-08-22 07:08:55
We are pleased to announce the release of Spire.DocViewer 8.7.1. This version fixes the issue that the image location was incorrect when viewing a Word document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOCVIEWER-107 Fixed the issue that the image location was incorrect when viewing a Word document. Click the link to download Spire.DocViewer 8.7.1: https://www.e-iceblue.com/Download/download-docviewer-for-net-now.html
Spire.Presentation 8.8.4 supports highlighting replaced text
2023-08-18 09:24:18
We are excited to announce the release of Spire.Presentation 8.8.4. This version supports highlighting replaced text. It also enhances the conversion from PowerPoint to PDF. In addition, some known issues are fixed successfully in this version, such as the issue that copying PowerPoint slides containing modern annotation content failed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2311 Supports highlighting replaced text. Presentation ppt = new Presentation(); ppt.LoadFromFile("input.pptx"); DefaultTextRangeProperties format = new DefaultTextRangeProperties(); format.IsBold = TriState.True; format.Fill.FillType = Spire.Presentation.Drawing.FillFormatType.Solid; format.Fill.SolidColor.Color = Color.Red; format.FontHeight = 25; ppt.ReplaceAndFormatText("Yuma", "AAAA", format);…
Spire.PDF for Python Is Now Available
2023-08-18 06:23:14
Thanks to the unremitting efforts of our team, Spire.PDF for Python has been launched during August, 2023. This exciting new product is now available for downloading. Welcome to try it out and explore its powerful features. More Python products will be coming soon. Spire.PDF for Python Spire.PDF for Python, a professional PDF development component, supports developers to effortlessly create, read, edit, convert, and save PDF files in Python programs without depending on any external applications or libraries. Click the following link to get Spire.PDF for Python: https://www.e-iceblue.com/Download/Spire-PDF-Python.html Contact Us Sales: sales@e-iceblue.com Technical Support: support@e-iceblue.com Skype ID: iceblue.support
Spire.Doc 11.8.11 supports converting math formulas to OfficeMathMLCode
2023-08-17 09:49:01
We are happy to announce the release of Spire.Doc 11.8.11. This version supports converting math formulas to OfficeMathMLCode and adding hyperlinks to images in mail merge. It also enhances the conversion from Word to PDF and HTML as well as HTML to Word. Besides, a lot of known issues are fixed in this version, such as the issue that page number fields could not be automatically updated after insertion. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-9057 Supports converting math formulas to OfficeMathMLCode. Document doc = new…
Spire.PDFViewer 7.12.0 fixes the issue that the application threw an exception when loading a PDF file
2023-08-16 03:44:10
We are pleased to announce the release of Spire.PDFViewer 7.12.0. This version fixes the issue that the application threw a "System.ArgumentNullException" exception when loading a PDF file. Meanwhile, some known issues are fixed successfully, such as the issue that the application threw a "System.OutOfMemoryException" exception when loading a PDF file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDFVIEWER-575 Fixed the issue that the application threw a "System.ArgumentNullException" exception when loading a PDF file. Bug SPIREPDFVIEWER -576 Fixed the issue that the application threw a "System.OutOfMemoryException" exception when loading…