Spire.Presentation for Java 8.9.4 supports specifying page ranges when converting PPTX to other file formats
2023-09-25 07:07:30
We are pleased to announce the release of Spire.Presentation for Java 8.9.4. This version supports specifying the number of pages when converting PPTX to other document formats. What's more, some known issues are fixed in this version, such as the issue that the path of video and image was incorrect after converting PPTX to HTML. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2366 Supports specifying the number of pages when converting PPTX to other document formats. ppt.saveToFile(2,5,outputFile, FileFormat.PDF); Bug SPIREPPT-2282 Fixes the issue that the application threw…
Spire.Doc 11.9.19 enhances the conversion from Word and HTML to PDF
2023-09-22 06:10:20
We are happy to announce the release of Spire.Doc 11.9.19. This version enhances the conversion from Word and HTML to PDF. Besides, a lot of known issues are fixed successfully in this version, such as the issue that extra shapes appeared after loading a document and saving it as a new document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-9455 Fixes the issue that the content was incorrect after adding a footer copied from another document to a document and then converting it to a PDF document. Bug…
Spire.PDF 9.9.9 enhances the conversion from PDF to images and OFD to PDF
2023-09-21 09:53:13
We are pleased to announce the release of Spire.PDF 9.9.9. This version enhances the conversion from PDF to images and OFD to PDF. What’s more, some other known issues are also fixed in this version, such as the issue that the size of split document was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6130 Fixes the issue that the program threw "System.StackOverflowException" when converting PDF to images. Bug SPIREPDF-6219 Fixes the issue that the program threw "System.ArgumentOutOfRangeException" when drawing HTML content. Bug SPIREPDF-6229 Fixes the issue that…
Spire.Doc for Java 11.9.5 optimizes the mechanism for reading documents with existing issues
2023-09-14 08:48:26
We are excited to announce the release of Spire.Doc for Java 11.9.5. This version optimizes the mechanism for reading documents with existing issues, so that the program throws an exception and terminates when reading such a document to avoid causing memory overflow. It also enhances the conversion from Word to PDF and HTML as well as conversion from HTML to Docx. Besides, many known issues are fixed in this version, such as the issue that finding text using regular expressions failed. More details are listed below. Here is a list of changes made in this release Category ID Description New…
Spire.XLS 13.9.1 supports saving shape to image
2023-09-14 01:53:58
We are pleased to announce the release of Spire.XLS 13.9.1. This version supports saving shape to image. What’s more, some known issues are fixed in this version, such as the issue that the data wrapping was incorrect after converting Excel to CSV. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4866 Supports saving shape to image. Workbook workbook = new Workbook(); workbook.LoadFromFile(inputFile); Worksheet sheet = workbook.Worksheets[0]; //convert shapes to images SaveShapeTypeOption shapelist = new SaveShapeTypeOption(); //save the shapes in worksheet to images. shapelist.SaveAll = true; Dictionary<IShape,Bitmap> images =…
Spire.OCR 1.9.0 fixes the issue that multiple executions in Linux environments resulted in errors
2023-09-11 07:33:26
We are happy to announce the release of Spire.OCR 1.9.0. This version fixes the issue that error occurred when executing the project importing Spire.OCR.dll multiple times under Linux environment. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREOCR-44 Fixes the issue that error occurred when executing the project importing Spire.OCR.dll several times under Linux environment. Click the link to download Spire.OCR 1.9.0: https://www.e-iceblue.com/Download/ocr-for-net.html More information of Spire.OCR new release or hotfix: https://www.e-iceblue.com/forum/spire-ocr-new-release-or-hotfix-t10327.html
Spire.Office 8.9.2 is released
2023-09-08 08:02:47
We are happy to announce the release of Spire.Office 8.9.2. In this version, Spire.Doc exposes the AllowOverlap and BehindText properties under the ShapeObject object; Spire.PDF supports setting page margins when printing and adds a new method to determine if a document is encrypted without loading the document; Spire.XLS supports adding signature lines, getting shapes in sheets and customizing the paper size without scaling the content during printing; Spire.Presentation supports highlighting replaced text. Besides, a lot of 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.Office for Java 8.9.5 is released
2023-09-08 06:20:00
We are delighted to announce the release of Spire.Office for Java 8.9.5. In this version, Spire.XLS for Java supports finding cells according to regular expressions and optimizes the time taken to convert Excel to PDF; Spire.PDF for Java enhances the conversion from OFD to PDF. 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.9.5: 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-4731 Optimizes the conversion time from Excel to PDF. New feature SPIREXLS-4852…
