Spire.Presentation for Java 11.3.5 supports saving PPTX to video formats
2026-03-27 04:53:15
We’re pleased to announce the release of Spire.Presentation for Java 11.3.5. This update adds a new feature to support saving PPTX files as video formats, such as MP4 and WMV. More details are as follows. Here is a list of changes made in this release Category ID Description New Feature - Added support for saving PPTX to video formats. String inputFile = "input.pptx"; String outputFile = "output.mp4"; Presentation presentation = new Presentation(); presentation.loadFromFile(inputFile); SaveToVideoOption saveOption = new SaveToVideoOption.Builder("D:\\tools\\ffmpeg-7.1.1-essentials_build\\bin") // Set ffmpeg path .setFps() // Frame rate .setThreadsCount() // Number of threads .setDurationForEachSlide() // Duration for each slide .build(); presentation.setSaveToVideoOption(saveOption); presentation.saveToFile(outputFile,…
Spire.Doc for Java 14.3.5 supports configuring formula conversion to MathML when converting Word to HTML
2026-03-26 06:54:13
We're pleased to announce the release of Spire.Doc for Java 14.3.5. This version supports configuring formula conversion to MathML when converting Word to HTML. Meanwhile, some issues that occurred when loading Word documents, converting Word to PDF, and managing OLE objects have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREDOC-11792 Supports configuring formula conversion to MathML when converting Word to HTML. HtmlExportOptions options = document.getHtmlExportOptions(); options.setOfficeMathOutputMode(HtmlOfficeMathOutputMode.Math_ML); Bug Fix SPIREDOC-10476 Fixes the issue where a NullPointerException was thrown when loading a Word document in…
Spire.XLS for Java 16.3.2 enhances Excel to PDF conversion stability
2026-03-26 03:47:04
We’re pleased to announce the release of Spire.XLS for Java 16.3.2. This version enhances the stability of Excel-to-PDF conversion. It also fixes several issues, including a problem where the application would hang when loading a document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREXLS-6109 Fixed an issue where some borders were missing when converting Excel to PDF on a Linux server. Bug Fix SPIREXLS-6119 Fixed an issue where the application would hang when loading a document. Click the link below to download Spire.XLS for Java 16.3.2: https://www.e-iceblue.com/Download/xls-for-java.html
Spire.Presentation for Python 11.3.0 improves the conversion from PowerPoint to images
2026-03-23 07:23:00
We’re pleased to announce the release of Spire.Presentation for Python 11.3.0. This update resolves a PowerPoint-to-image conversion issue, improving reliability and output quality. More details are as follows. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPPT-3080 Fixed an issue where the program would hang when converting PowerPoint documents to images. Click the link below to download Spire.Presentation for Python 11.3.0: https://www.e-iceblue.com/Download/presentation-for-python.html
Spire.PDF for Java 12.3.6 enhances the conversion from PDF to PDF/A-1a
2026-03-20 07:16:41
We're pleased to announce the release of Spire.PDF for Java 12.3.6. This version fixes several issues encountered during PDF to PDF/A-1a conversion and PDF document loading. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-7682 Fixed an issue where images placed at the bottom layer appeared above text after converting PDF to PDF/A-1a. Bug Fix SPIREPDF-7944 Fixed an issue where the application hung when loading a PDF document. Bug Fix SPIREPDF-7978 Fixed an issue where partial text was lost after converting PDF to PDF/A-1a. Bug Fix SPIREPDF-7979 SPIREPDF-7993…
Spire.Presentation 11.3.1 optimized the conversion from PowerPoint to PDF
2026-03-18 09:29:02
We're pleased to announce the release of Spire.Presentation 11.3.1. This version optimized the conversion functionality from PowerPoint to PDF. Meanwhile, some issues that occurred when retrieving shape shadows, loading 3D animations, and converting documents have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPPT-2728 Fixes the issue where shape shadow effects could not be retrieved. Bug Fix SPIREPPT-3072 Fixes the issue where text offset occurred when converting PowerPoint to PDF. Bug Fix SPIREPPT-3081 Fixes the issue where the application threw a "Property not found"…
Spire.Doc 14.3.5 supports converting Word to Excel
2026-03-18 07:10:36
We’re pleased to announce the release of Spire.Doc for .NET 14.3.5. This release supports Word-to-Excel conversion, enabling direct export of Word content into Excel spreadsheets. In addition, export-related classes have been reorganized under a clearer namespace structure for improved API clarity. More details are as follows. Here is a list of changes made in this release Category ID Description New Feature - Added support for Word to Excel conversion. Document.SaveToFile("output.xlsx", FileFormat.XLSX); Adjustment - Moved HtmlExportOptions from Spire.Doc to Spire.Doc.Exporting. Adjustment - Moved MarkdownExportOptions from Spire.Doc to Spire.Doc.Exporting. Click the link to download Spire.Doc 14.3.5: https://www.e-iceblue.com/Download/download-word-for-net-now.html More information of Spire.Doc new…
Spire.PDF 12.3.7 Enhances PDF to Word and Image Conversion
2026-03-18 02:28:37
We’re pleased to announce the release of Spire.PDF 12.3.7. This version enhances PDF to Word and image conversion. It also fixes multiple issues, including a problem where merging PDFs threw System.OutOfMemoryException and an issue where content formatting was incorrect when converting PDF to Word. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-5696 SPIREPDF-6453 Fixed an issue where merging PDFs threw a System.OutOfMemoryException. Bug Fix SPIREPDF-7070 Fixed an issue where merged PDF documents could not be opened in web browsers. Bug Fix SPIREPDF-7938 Fixed an issue where checkmark…
