We are pleased to announce the release of Spire.Doc 14.1.3. This version fixed several issues that caused the program to hang for an extended period of time during document layout processing and Word-to-PDF conversion. In addition, issues related to list numbering retrieval and incorrect content conversion were resolved. Details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10843 Fixed the issue where the program hung for a long time when using new FixedLayoutDocument(document). Bug SPIREDOC-11532 Fixed the issue where the program hung for a long time when converting Word documents to…
We’re pleased to announce the release of Spire.Presentation for Python 11.1.0, which improves the conversion process from PPTX to PDF. This update addresses two specific PPTX to PDF issues and resolves two additional known bugs. More details are as follows. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2859SPIREPPT-3052 Fixed the issue where "ffi_prep_cif_var failed" error was thrown when using Python V12+ on macOS. Bug SPIREPPT-3028 Fixed the issue where incorrect SVG effects occurred when importing using AddFromSVGAsShapes. Bug SPIREPPT-3046SPIREPPT-3053 Fixed the issue where inconsistent chart content was found when converting PPTX to PDF.…
We're pleased to announce the release of Spire.Doc for Java 14.1.0. This version optimizes methods related to list styles, supports creating/retrieving/deleting picture bullets, comparing two ListLevel objects, and creating single-level as well as multi-level lists from built-in templates. Additionally, several issues that occurred when converting Word to PDF and MHT to PDF have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization - Deprecated the Document.getListStyles() property, replaced it with Document.getListReferences(). Optimization - Removed the public constructors of ListStyle. Added StyleCollection.add(ListType listType, string name) to create…
We’re pleased to announce the release of Spire.Office 10.12.0. In this version, Spire.Doc supports the "Two Lines in One" function to enhance Word to PDF conversion; Spire.XLS supports customizing export options when converting Excel to Markdown; Spire.Presentation supports compressing images; Spire.PDF supports both horizontal and vertical text alignment. Meanwhile, a series of known issues have been fixed in this update. More details are as follows. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Barcode, Spire.DocViewer, Spire.PDFViewer, and Spire.Email are included. DLL Versions: Spire.Doc.dll v13.12.6 Spire.PDF.dll v11.12.7 Spire.XLS.dll v15.12.2 Spire.Presentation.dll v10.12.3 Spire.Barcode.dll v7.5.0 Spire.Email.dll v6.8.0 Spire.DocViewer.Forms.dll v8.9.5…
We're glad to announce the release of Spire.PDF for Android via Java 10.7.9. This version adds support for converting PDF to Markdown. Details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds support for converting PDF to Markdown. PdfDocument pdf = new PdfDocument(inputFile); pdf.saveToFile(OutputFile, FileFormat.Markdown); PdfDocument pdf = new PdfDocument(); pdf.loadFromFile(inputFile); ByteArrayOutputStream ms = new ByteArrayOutputStream(); pdf.saveToStream(ms, FileFormat.Markdown); FileOutputStream outputStream = new FileOutputStream(new File(OutputFile)); outputStream.write(ms.toByteArray()); outputStream.close(); pdf.dispose(); Click the link below to download Spire.PDF for Android via Java 10.7.9: https://www.e-iceblue.com/Download/pdf-for-android-via-java.html
We are pleased to announce the release of Spire.Office for Java 10.12.0. In this version, Spire.Doc for Java supports verifying whether the write-protection password is correct; Spire.PDF for Java reduces the file size of split PDF documents; Spire.XLS for Java optimizes the logic for handling long text in headers. This version also addresses a number of known issues and minor fixes across other components. Details are provided below. Click the link to download Spire.Office for Java 10.12.0: https://www.e-iceblue.com/Download/office-for-java.html Below is a summary of the changes included in this release. Spire.Doc for Java Category ID Description New feature - Added a…
We’re pleased to announce the release of Spire.PDF for Java 11.12.16. This version reduced the file size of spilt PDF documents, and fixed several known bugs related to form fields and OFD to PDF conversion. More details are as follows. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7837 Fixed an issue where the size of individual PDF files generated after splitting a PDF was larger than that of the original PDF. Bug SPIREPDF-7844 Fixed an issue where the retrieved value of combo boxes was incorrect. Bug SPIREPDF-7857 Fixed an issue where retrieving the…
We're glad to announce the release of Spire.Presentation 10.12. This version supports compressing images and configuring output image DPI when converting slides to images. Additionally, several issues that arose when converting PPTX to PDF and loading PowerPoint documents have been successfully resolved. Check below for the details. Here is a list of changes made in this release Category ID Description New Feature SPIREPPT-2994 Added support for compressing images. Presentation presentation = new Presentation(); presentation.LoadFromFile(inputFile); foreach (ISlide slide in presentation.Slides) { foreach (Spire.Presentation.IShape shape in slide.Shapes) { if (shape is SlidePicture) { SlidePicture ps = shape as SlidePicture; // Compress the…
Page 10 of 111
page 10