News Category

We are happy to announce the release of Spire.PDF 8.9.2. This version supports converting PDF to OFD with attachments together and setting the binding orientation when creating a booklet. Besides, it enhances the conversion from PDF to OFD, images, and SVG. Moreover, some known issues are fixed, such as the issue that caused incorrect text position after filling text field. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5358 Supports setting the binding orientation when creating a booklet. float width = PdfPageSize.A4.Width * 2; float height = PdfPageSize.A4.Height; …
We are glad to announce the release of Spire.Office 7.9.0. In this version, Spire.Doc enhances the conversion from Word to PDF; Spire.SpreadSheet fixes the issue that the Worksheet.Resize method did not work. Moreover, a number of 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.Barcode are included. DLL Versions: Spire.Doc.dll v10.9.1 Spire.Pdf.dll v8.9.2 Spire.XLS.dll v12.8.3 Spire.Email.dll v5.8.0 Spire.DocViewer.Forms.dll v7.8.0 Spire.PdfViewer.Forms.dll v7.8.0 Spire.PdfViewer.Asp.dll v7.8.0 Spire.Presentation.dll v7.8.7 Spire.Spreadsheet.dll v6.8.1 Spire.OfficeViewer.Forms.dll v7.9.0 Spire.Barcode.dll v6.8.0 Spire.DataExport.dll v4.8.0 Spire.DataExport.ResourceMgr.dll v2.1.0 Click the link to get…
We are excited to announce the release of Spire.Doc 10.9.1. This version enhances the conversion from Word to PDF and PDFA1A. Besides, some known issues, such as the issue that the count of characters and words was inconsistent with Microsoft Word and the issue that the footer was formatted incorrectly after converting landscape pages to PDF. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7351 SPIREDOC-7356 Fixes the issue that the images became blurred after converting Word to PDF. Bug SPIREDOC-7362 SPIREDOC-7597 SPIREDOC-8356 Fixes the issue that text wrapping was incorrect after converting Word…
We are excited to announce the release of Spire.Doc for Java 10.9.0. This version enhances the conversion from Word to PDF. Besides, some known issues are fixed, such as the issue that the content alignment became inconsistent when converting DOC to DOCX2007. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7704 Fixes the issue that the application thrown "IllegalArgumentException" after setting the private fonts in otf format when converting Word to PDF. Bug SPIREDOC-7841 Fixes the issue that embedding private fonts failed when converting Word to PDF. Bug SPIREDOC-8242…
We are excited to announce the release of Spire.PDF for Android via Java 8.8.1. This version fixes the issue that caused image loss after converting PDF to DOCX and the issue that caused null pointer exception in the conversion from PDF to DOCX. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-5013 Fixes the issue that caused image loss after converting PDF to DOCX. Bug SPIREPDF-5289 Fixes the issue that caused null pointer exception in the conversion from PDF to DOCX. Click the link below to download Spire.PDF for…
We are pleased to announce the release of Spire.Spreadsheet 6.8. This version fixes the issue that the Worksheet.Resize method did not work. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPREADSHEET-204 Fixes the issue that the Worksheet.Resize method did not work Click the link to download Spire.Spreadsheet 6.8: 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.XLS for Java 12.8.4. This version supports using Worksheet.getMaxDispalyRange() method to get all cell ranges, including objects such as pictures and shapes and supports the =Days() function. Moreover, it also enhances the conversion from Excel to PDF. Additionally, some known issues are fixed, such as the issue that the application threw "NullPointerException" when getting the chart DataRange. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4002 Supports using Worksheet.getMaxDispalyRange() method to get all cell ranges, including objects such as pictures…
We are glad to announce the release of Spire.PDF for Java 8.8.3. This version supports creating unordered lists in PDF and adjusts the internal security of signed timestamps. Besides, it enhances the conversion from PDF to Tiff. Moreover, some known issues are fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports creating unordered lists in PDF. public void DrawMarker(PdfUnorderedMarkerStyle style, String outputFile) { PdfDocument doc = new PdfDocument(); PdfNewPage page = (PdfNewPage) doc.getPages().add(); PdfMarker marker = new PdfMarker(style); String listContent = "Data Structure\n" + "Algorithm\n" +…