Spire.PDF for Java 10.3.1 enhances the conversion from OFD to PDF
2024-03-12 05:53:17
We are delighted to announce the release of Spire.PDF for Java 10.3.1. This version enhances the conversion from OFD to PDF. Besides, it fixes some known issues, such as the issue that it threw "StackOverflow" exception when using setRowSpan() twice. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6548 Fixes the issue that the PDF type obtained by using pdfDocument.getConformance() was incorrect. Bug SPIREPDF-6554 Fixes the issue that it threw "StackOverflow" exception when using setRowSpan() twice. Bug SPIREPDF-6581 Fixes the issue that content was lost after converting OFD to…
Spire.Doc for Java 12.3.1 adds multiple new features
2024-03-08 09:08:46
We are excited to announce the release of Spire.Doc for Java 12.3.1. This version adds multiple new features, such as determining whether a digital signature exists for a document and setting field properties when updating a field. Besides, it also optimizes the file size of the resulting document of Word to OFD conversion. More details are listed below. Here is a list of changes made in this release Category ID Description Improvement SPIREDOC-10325 Optimizes the file size of the resulting document of Word to OFD conversion. New feature - Adds the setImageLink() in MergeImageFieldEventArgs event to support adding hyperlinks to…
Spire.Presentation 9.3.0 supports AI features
2024-03-07 06:03:52
We are excited to announce the release of Spire.Presentation 9.3.0. This version adds the PresentationAI feature to the original Spire.Presentation product. By sending requests to the AI model, it is possible to achieve functions such as text refinement, translation, text summarization, text continuation, presentation generation, and image generation with the help of AI. More details are listed below. Here is a list of the main AI functions and their APIs Function API Text polishing public string Polish(IShape shape,string language); Translation public string Translate(ISlide slide, string language); Summarization public string Summarize(IShape shape, string language); Presentation generation public Presentation Generate(string describe, string…
Spire.XLS for Python 14.2.2 supports macOS system
2024-03-05 09:45:31
We're pleased to announce the release of Spire.XLS for Python 14.2.2. This latest version of the library now includes support for macOS system and addresses a previously identified issue. More details are as follows. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5002 Supports macOS System. Bug SPIREXLS-5109 Fixes the issue that running an application with Python 3.7 threw the exception "cannot import name 'get_args' from 'typing' ". Click the link below to get Spire.XLS for Python 14.2.2: https://www.e-iceblue.com/Download/Spire-XLS-Python.html
Spire.Presentation for Python 9.3.0 fixes the issue that getting custom properties of a document failed
2024-03-05 02:48:42
We are pleased to announce the release of Spire.Presentation for Python 9.3.0. This version fixes some known issues, such as the issue that getting custom properties of a document failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2433 Fixes the issue that the position of shapes changed after ungrouping them. Bug SPIREPPT-2444 Fixes the issue that getting custom properties of a document failed. Bug SPIREPPT-2446 Fixes the issue that added custom properties were displayed incorrectly. Click the link below to get Spire.Presentation for Python 9.3.0: https://www.e-iceblue.com/Download/Spire-Presentation-Python.html
Spire.Office for Java 9.2.0 is released
2024-03-01 03:11:48
We are delighted to announce the release of Spire.Office for Java 9.2.0. In this version, Spire.XLS for Java supports saving Kingdraw drawn OLE objects as images. Spire.Barcode for Java supports adding images in the middle of QR codes. In addition, many known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 9.2.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-5046 Supports saving Kingdraw drawn OLE objects as images. com.spire.xls.Workbook workbook = new com.spire.xls.Workbook(); workbook.loadFromFile("data.xlsx"); Worksheet sheet = workbook.getWorksheets().get(0);…
Spire.Presentation for Java 9.2.8 fixes the issue that errors occurred when loading PowerPoint documents
2024-03-01 02:52:03
We are happy to announce the release of Spire.Presentation for Java 9.2.8. This version fixes the issue that the program threw "NullPointerException" error when loading a PPT document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2440 Fixes the issue that the program threw "NullPointerException" error when loading a PPT document. Click the link below to download Spire.Presentation for Java 9.2.8: https://www.e-iceblue.com/Download/presentation-for-java.html
Spire.Doc 12.2.10 supports parsing GIF format content in Word documents
2024-02-29 02:48:07
We are pleased to announce the release of Spire.Doc 12.2.10. This version supports parsing GIF format content in Word documents. In addition, some known issues have also been fixed, such as the issue that the incorrect bullets were retrieved. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10052 Supports parsing GIF format content in Word documents. Bug SPIREDOC-10154 Fixes the issue that incorrect bullets were retrieved. Bug SPIREDOC-10160 Fixes the issue that GIF format was converted to PNG format after mail merge. Bug SPIREDOC-10233 Fixes the issue that…