Spire.Office for Java 8.12.0 is released
2023-12-26 07:59:23
We are delighted to announce the release of Spire.Office for Java 8.12.0. In this version, Spire.XLS for Java supports retrieving embedded images added with WPS tools; Spire.PDF for Java enhances the conversion from PDF to SVG, PDF/A1B, and PDF/A2A. In addition, many known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 8.12.0: 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 New feature SPIREXLS-4971 Adds the worksheet.getCellImages() method to retrieve embedded images added with WPS tools. Workbook workbook = new Workbook();…
Spire.Office 8.12.2 is released
2023-12-25 06:27:27
We are excited to announce the release of Spire.Office 8.12.2. In this version, Spire.Doc supports text shaping in Word to PCL and PostScript conversion and determining if a document is encrypted; Spire.Presentation supports converting master pages to images; Spire.PDFViewer supports the interface zoom effect by using Ctrl + scroll wheel in WinForm projects. Besides, a lot known issues are fixed successfully in this version. 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 v11.12.4 Spire.Pdf.dll v9.12.0 Spire.XLS.dll v13.12.3 Spire.Presentation.dll v8.12.2…
Spire.OCR for Java Released: Welcome to Try It Out!
2023-12-21 08:17:18
We are thrilled to announce the launch of Spire.OCR for Java, an OCR (Optical Character Recognition) product designed for efficient text extraction from images. Developed by E-iceblue, Spire.OCR for Java is now available to empower developers with seamless integration of OCR functionalities into their Java applications. Spire.OCR for Java Spire.OCR for Java is a professional OCR library to read text from Images in JPG, PNG, GIF, BMP and TIFF formats. Developers can easily add OCR functionalities on Java applications (J2SE and J2EE). It supports commonly used image formats and provides functionalities like reading multiple characters and fonts from images, bold…
Spire.PDFViewer 7.12.3 supports the interface zoom effect using Ctrl + scroll wheel in WinForm projects
2023-12-21 07:14:00
We are pleased to announce the release of Spire.PDFViewer 7.12.3. This version supports the interface zoom effect by using Ctrl + scroll wheel in WinForm projects. What’s more, it also fixes the issue that text content could not be displayed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDFVIEWER-579 Supports the interface zoom effect by using Ctrl + scroll wheel in WinForm projects. this.KeyPreview = true; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown); this.KeyUp += new System.Windows.Forms.KeyEventHandler(Form1_KeyUp); this.MouseWheel += new System.Windows.Forms.MouseEventHandler(Form1_MouseWheel); private bool m_PressCtrl = false; private float m_ZoomFactor = 1.0f;…
Spire.XLS for Java 13.12.12 supports retrieving embedded images added with WPS tools
2023-12-20 09:57:03
We are delighted to announce the release of Spire.XLS for Java 13.12.12. This version supports retrieving embedded images added with WPS tools. Besides, it enhances the conversion from XLSM to PDF. Moreover, some known issues are fixed successfully in this version, such as the issue that the program suspended when loading an Excel document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4971 Adds the worksheet.getCellImages() method to retrieve embedded images added with WPS tools. Workbook workbook = new Workbook(); workbook.loadFromFile("sample.xlsx"); Worksheet sheet = workbook.getWorksheets().get(0); ExcelPicture[] picture =…
Spire.Doc 11.12.4 adds text shaping function for converting Word to PostScript
2023-12-18 08:29:24
We are pleased to announce the release of Spire.Doc 11.12.4. This version adds text shaping function for converting Word to PostScript (.NET 4.6.2 or later version supported). More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds text shaping function for converting Word to PostScript (.NET 4.6.2 or later version supported). Document document = new Document(); document.LoadFromFile("input.docx"); document.LayoutOptions.UseHarfBuzzTextShaper = true; // Enable with true, disable with false document.SaveToFile("output.ps", FileFormat.PostScript); Click the link to download Spire.Doc 11.12.4: 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
E-ICEBLUE Christmas Offer - 20% OFF for New Purchases
2023-12-14 05:48:37
With Christmas 2023 just around the corner, we would like to wish you a Merry Christmas and a Happy New Year! To thank you for your trust and support, we will launch the biggest promotion this year from December 15, 2023 to January 15, 2024. During this period, a variety of discount programs will be offered to help users purchase our products at more affordable prices. This is a great opportunity to purchase a license at a great discount if you are satisfied with the trial results. If you already have a license, you can also enjoy additional discounts when…
Spire.Presentation 8.12.2 supports converting master pages to images
2023-12-13 10:04:24
We are excited to announce the release of Spire.Presentation 8.12.2. This version supports converting master pages to images. Besides, it also enhances the conversion from PowerPoint to PDF. Moreover, it fixes the issue that the effect was incorrect after changing the position of the chart label. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2397 Supports converting master pages to images. Presentation ppt = new Presentation(); ppt.LoadFromFile("1.pptx"); for (int i = 0; i < ppt.Masters[0].Layouts.Count; i++) { Image image = ppt.Masters[0].Layouts[i].SaveAsImage(); String fileName = String.Format("{0}.png", i); image.Save(fileName, System.Drawing.Imaging.ImageFormat.Png);…
