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…
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…
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;…
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 =…
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
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…
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);…
We are pleased to announce the release of Spire.Doc for Java 11.12.1. This version supports setting left and right indents by character. The conversion from Word to PDF and HTML, and from HTML to Word have also been enhanced. In addition, some known issues have also been fixed in this version, such as the issue that setting the direction of a section to landscape didn’t take effect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-9980 Supports setting left and right indents by character. paragraph.getFormat().setLeftIndentChars(2.5f); paragraph.getFormat().setRightIndentChars(5.5f); Bug SPIREDOC-9452…
page 64