We are glad to announce the release of Spire.Barcode 6.6.3. This version fixes the issue that the scanned data was inconsistent with the data scanned by mobile phone as well as that the rectangle added in barcode became square. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREBARCODE-214 Fixes the issue that the rectangle added in barcode became square. Bug SPIREBARCODE-215 Fixes the issue that the scanned data was inconsistent with the data scanned by mobile phone. Click the link below to download Spire.Barcode 6.6.3: https://www.e-iceblue.com/Download/download-barcode-for-net.html More information of…
We are glad to announce the release of Spire.Doc for Java 10.6.0. This version enhances the conversion from Word to PDF and Word to HTML. Additionally, it fixes some known issues such as the issue that extra content appears after saving Word documents and the issue that the application threw "This is not a structured storage file." when merging Word documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7542 Fixes the issue that the content format was incorrect after converting Word to PDF. Bug SPIREDOC-7574 Fixes the issue…
We are pleased to announce the release of Spire.Spreadsheet 6.5.0. This version fixes the issue that adding and deleting rows would give incorrect results. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPREADSHEET-201 Fixes the issue that adding and deleting rows would give incorrect results. Click the link to download Spire.Spreadsheet 6.5.0: 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
We are pleased to announce the release of Spire.Doc 10.5.9. This version enhances the conversion from Word to PDF as well as HTML to Docx. What’s more, it fixes some known issues such as the application threw "System.FormatException" when converting Word to PDF under French locale settings. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6917 Fixes the issue that the color of table borders lost after converting HTML to Docx. Bug SPIREDOC-7600 Fixes the issue that there were extra blank lines before the title after converting Word to…
We are happy to announce the release of Spire.Office for Java 7.5.4. In this version, Spire.Doc for Java supports setting "Snap to grid when document grid is defined" for Word file paragraph; Spire.XLS for Java enhances the conversion from Excel to PDF; Spire.Presentation for Java supports setting the rounded corners for the Chart border, setting the color of SeriesLines, and setting the effect of chart animation by series; Spire.PDF for Java enhances the conversion from PDF to image, Word, Excel, PDF/A and PDFA1B. Additionally, many known bugs have been fixed successfully. More details are listed below. Click the link to…
We are glad to announce the release of Spire.Office 7.5.4. In this version, Spire.Doc enhances the conversion from Word to PDF and HTML to Word; Spire.XLS supports centering text via IPrstGeomShape class and provides an overload of InsertArray method, which supports setting whether to automatically convert date string to datetime format when inserting arrays into Excel document; Spire.Presentation adds a method, slide.GetAllTextFrame(), to get text content of a slide; Spire.PDF supports converting OFD to PDF stream and enhances the conversion from PDF to Excel; Spire.OfficeViewer fixes the issue that the page count increases when viewing Word documents. In addition, a…
We are excited to announce the release of Spire.Presentation 7.5.3. This version adds a method called GetAllTextFrame to get text content of a slide. In addition, it fixes some known issues such as the position of the text in the text box is incorrect when converting PowerPoint to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIRE.PPT-1933 Adds a method of getting text content of a slide,slide.GetAllTextFrame() Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); foreach (ISlide slide in ppt.Slides) { ArrayList arrayList = slide.GetAllTextFrame(); foreach (String text in…
We are pleased to announce the release of Spire.Doc for Java 10.5.10. This version supports setting “Snap to grid when document grid is defined” for word file paragraph, and enhances the conversion from Word to PDF. In addition, it fixes some known issues such as the page number obtained was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-7777 Supports setting "Snap to grid when document grid is defined" for word file paragraph. Document document = new Document(inputFile); Paragraph pa = document.getSections().get(0).getParagraphs().get(0); pa.getFormat().setSnapToGrid(true); Bug SPIREDOC-6873 Fixes the…
page 82