Spire.Doc 10.7 supports reserving the text direction when using new engine to convert Word to PDF
2022-07-13 07:02:40
We are pleased to announce the release of Spire.Doc 10.7. This version supports reserving the text direction when using new engine to convert Word to PDF. Moreover, it also makes some adjustments, for example, it abandons the public IStyle FindById(int styleId) and public IStyle FindByIstd(int istd) methods, and exposes the public IStyle FindByIdentifier(int sIdentifier) method. Furthermore, some known issues have also been fixed in this version, such as the issue that the pagination was incorrect after converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature…
Spire.Office 7.7.2 is released
2022-07-07 06:32:12
We are happy to announce the release of Spire.Office 7.7.2. In this release, Spire.PDF supports loading OFD file from stream and adds an interface that supports print settings in WPF assembly; Spire.Doc supports converting the table of contents into corresponding bookmarks in PDF and disabling hyperlinks in PDF when converting Word to PDF using NewEngine; Spire.XLS provides an interface that supports setting whether to apply styles to rows and columns. Additionally, many known issues are fixed successfully. More details are listed 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.Presentation 7.7.1 enhances the conversion from PowerPoint to PDF
2022-07-06 09:42:57
We are excited to announce the release of Spire.Presentation 7.7.1. This version enhances the conversion from PowerPoint to PDF. Additionally, it also fixes some known issues such as after loading and saving PPTX files, the generated file was corrupt when opening it in Microsoft PowerPoint. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1957 Fixes the issue that the content was incorrect after converting PowerPoint to PDF. Bug SPIREPPT-1970 Fixes the issue that after saving as PPTX, the generated file prompted an error message "the content has problem" when…
Spire.PDF for Java 8.7.0 enhances the conversion from PDF to Word and Excel
2022-07-06 01:54:26
We are glad to announce the release of Spire.PDF for Java 8.7.0. This version enhances the conversion from PDF to Word, HTML, Excel, image, GrayPdf, as well as PDFA3A and SVG to PDF. Besides, some known issues are fixed, such as the issue that the location of found text was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4764 Fixes the issue that the cells were not split correctly after converting PDF to Excel. Bug SPIREPDF-5130 Fixes the issue that the application threw "Path is empty" when converting…
Spire.PDF 8.7.2 supports loading OFD file from stream
2022-07-05 07:35:38
We are glad to announce the release of Spire.PDF 8.7.2. This version supports loading OFD file from stream and adds an interface that supports print settings in WPF assembly. It also enhances the conversion from PDF to image. Additionally, it fixes some known issues such as the PdfX1A2001 converted from PDF didn't conform to the specification. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5241 Supports loading OFD file from stream Stream stream = File.OpenRead(inputFile); OfdConverter converter = new OfdConverter(stream); MemoryStream ms = new MemoryStream(); converter.ToPdf(ms); New feature…
Spire.Spreadsheet 6.6.1 fixes the issue that "NullReferenceException" occurred when Excel files were being loaded
2022-06-30 09:26:26
We are excited to announce the release of Spire.Spreadsheet 6.6.1. This version fixes the issue that "NullReferenceException" occurred when Excel files were being loaded. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPREADSHEET-202 Fixes the issue that "NullReferenceException" occurred when Excel files were being loaded. Click the link to download Spire.Spreadsheet 6.6.1: https://www.e-iceblue.com/Download/download-Spreadsheet-for-net-now.html More information of Spire.Spreadsheet new release or hotfix: https://www.e-iceblue.com/forum/spire-spreadsheet-new-release-or-hotfix-t6100.html
Spire.Presentation 7.6.1 fixes the issue that the fill color obtained from a shape was incorrect
2022-06-23 09:35:39
We are happy to announce the release of Spire.Presentation 7.6.1. This version fixes the issue that the fill color obtained from a shape was incorrect and the issue that the application threw exception "ArgumentOutOfRangeException" when HTML was inserted to PowerPoint. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1963 Fixes the issue that the fill color obtained from a shape was incorrect. Bug SPIREPPT-1967 Fixes the issue that the application threw exception "ArgumentOutOfRangeException" when HTML was inserted to PowerPoint. Click the link to download Spire. Presentation 7.6.1: https://www.e-iceblue.com/Download/download-presentation-for-net-now.html More…
Spire.Office for Java 7.6.4 is released
2022-06-22 02:47:29
We are glad to announce the release of Spire.Office for Java 7.6.4 . In this version, Spire.XLS for Java supports setting whether to export hidden worksheets when converting Excel to HTML; Spire.Presentation for Java supports cropping pictures in PowerPoint and setting default alternate font for format conversion; Spire.Doc for Java enhances the conversion from Word to PDF and Word to HTML. Additionally, many known bugs have been fixed successfully. More details are listed below. Click the link to download Spire.Office for Java 7.6.4: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.XLS for Java Category ID Description…