We are glad to announce the release of Spire.PDF for Java 9.7.0. This version adds the new interface for converting PDF to Word and the new method for converting PDF to HTML. It also enhances the conversion from PDF to PowerPoint, HTML, images. In addition, some known issues are fixed in this version, such as the issue that the setting of the crop frame didn't work. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds the new interface for converting PDF to Word. PdfToWordConverter converter(inputPath); converter.saveToDocx(OutputPath); converter.dispose();…
We are happy to announce the release of Spire.Doc 11.7.0. This version supports setting the number of characters for the first line indent and locking the aspect ratio of text boxes and images. Besides, it enhances the conversion from Word to PDF. Moreover, some known issues are fixed successfully in this version, such as the issue that the value obtained before and after a paragraph was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-3548 Supports setting the number of characters for the first line indent. paragraph.ParagraphFormat.FirstLineIndentChars…
We are pleased to announce the release of Spire.XLS for .NET 13.7.0. This version supports NETWORKDAYS.INTL function. What’s more, some known issues are fixed in this version, such as the issue that the content was incorrect after converting a chart to an image. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4712 Supports NETWORKDAYS.INTL function. Bug SPIREXLS-411 Fixed the issue that the added numbers were displayed as date format. Bug SPIREXLS-698 Fixed the issue that the content was incorrect after converting a chart to an image. Bug SPIREXLS-883…
We are happy to announce the release of Spire.PDF 9.7.0. This version adds the supports for zoom level in fitting height and creating labeled PDF files containing structured tables. It also enhances the conversion from PDF to PDF/A3A and PDF/A1B. What’s more, some known issues are fixed in this version, such as the issue that the stamp rotated out of shape when printing PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5964 Supports creating labeled PDF files containing structured tables. PdfDocument doc = new PdfDocument(); PdfPageBase page…
We are pleased to announce the release of Spire.Presentation for .NET 8.7.0. This version supports PPTX 2016 and PPTX 2019 file formats. Besides, it also supports setting the "Distance from axis" in the horizontal coordinate of the chart. What's more, some known issues are fixed in this version, such as the issue that the generated files failed to open after splitting PPT files. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2244 Supports PPTX 2016 and PPTX 2019 file formats. Spire.Presentation.FileFormat.Pptx2016 Spire.Presentation.FileFormat.Pptx2019 New feature SPIREPPT-2266 Supports setting the…
We are happy to announce the release of Spire.Doc for C++ 11.6.3. This version fixes the issue that the thrown exception could not be caught by Try Catch. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-9518 Fixes the issue that the thrown exception could not be caught by Try Catch. Click the link to download Spire.Doc for C++ 11.6.3: https://www.e-iceblue.com/Download/doc-for-cpp.html
We are pleased to announce the release of Spire.Presentation for Java 8.6.2. This version supports getting the number and position of vertices in a polygon. What's more, some known issues are fixed in this version, such as the issue that 3D rotation effect did not work when adding an image. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2152 Supports getting the number and position of vertices in a polygon. Presentation ppt = new Presentation(); ppt.loadFromFile(inputFile); IAutoShape shape = (IAutoShape)ppt.getSlides().get(0).getShapes().get(0); ArrayList<Point2D> points = shape.getPoints(); String text1 = "point…
We are excited to announce the release of Spire.Office for C++ 8.6.0. In this version, Spire.Doc for C++, Spire.XLS for C++, Spire.Presentation for C++, and Spire.PDF for C++ fix the issue that the application threw exception while applying license to a program that used two or more of the C++ products and loaded files with stream. More details are listed below. Click the link to download Spire.Office for C++ 8.6.0: https://www.e-iceblue.com/Download/office-for-cpp.html Here are the changes made in this release Spire.Doc for C++, Spire.XLS for C++, Spire.Presentation for C++, and Spire.PDF for C++ fix the issue that the application threw exception…
page 63