We are excited to announce the release of Spire.Office 8.2.2. In this version, Spire.PDF adds TextCompressionOptions to support setting compression type and supports setting the text alignment type for PdfFreeTextAnnotation; Spire.Doc supports the FLOOR.MATH formula and "what if analysis" goal seek; Spire.Presentation enhances the conversion from PowerPoint to images. Besides, a lot of known issues are successfully fixed in this update. More details are listed below. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, Spire.Barcode are included. DLL Versions: Spire.Doc.dll v11.2.3 Spire.Pdf.dll v9.2.6 Spire.XLS.dll v13.2.4 Spire.Presentation.dll v8.2.0 Spire.Email.dll v6.2.3 Spire.DocViewer.Forms.dll…
We are excited to announce the release of Spire.Presentation for Java 8.2.1. This version enhances the conversion from PowerPoint to SVG and images. Besides, some known issues are fixed successfully, such as the issue that the program threw java.lang.Exception: Error reading bytes when loading PowerPoint files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2139 Fixes the issue that the line color was incorrect when converting slide to SVG. Bug SPIREPPT-2142 Fixes the issue that it failed to get italicized style information of text. Bug SPIREPPT-2144 Fixes the issue…
We are glad to announce the release of Spire.XLS 13.2.4. This version supports the FLOOR.MATH formula as well as "what if analysis" goal seek and supports setting the Boolean value of addQuotationForStringValue to make the result strings have quotation marks after converting excel to CSV. Besides, this version enhances the conversion from Excel to PDF and images. Moreover, some known issues are successfully fixed in this release. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4405 Supports setting the Boolean value of addQuotationForStringValue to make the result strings…
We are glad to announce the release of Spire.PDF 9.2.6. This version supports setting the text alignment type for PdfFreeTextAnnotation and saving to stream after compressing the PDF file. What’s more, many known issues are fixed in this release, such as the issue that the content was incorrect after printing a PDF file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5733 Supports setting the text alignment type for PdfFreeTextAnnotation. RectangleF rect = new RectangleF(x, y, 100, 15); PdfFreeTextAnnotation textAnnotation = new PdfFreeTextAnnotation(rect); TextAlignment(textAnnotation); textAnnotation.TextAlignment = PdfAnnotationTextAlignment.Right; New…
We are excited to announce the release of Spire.PDF for Java 9.2.1. This version supports converting PDF to PowerPoint and PDF with a password to PDFA. It also supports compressing PDFs with a document open password. Moreover, it enhances the conversion from PDF to Excel and PDFA2B. Besides, some known issues are fixed in this version. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-2628 Supports converting PDF to PowerPoint. PdfDocument pdfDocument =new PdfDocument(); pdfDocument.loadFromFile("input.pdf"); pdfDocument.saveToFile("output.pptx", FileFormat.PPTX); New feature SPIREPDF-4924 Supports converting PDF with a password to PDFA.…
We are pleased to announce the release of Spire.Doc for Java 11.2.3. This version supports setting the sdtAppearance property for the content control. Besides, it enhances the conversion from Word to PDF. In addition, it fixes some known issues, such as the issue that the application threw "Unknown Source" error when updating the TableOfContents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-8665SPIREDOC-8960 Supports setting the sdtAppearance property for the content control. Document doc = ConvertUnit.GetNewEngineDocument(); doc.loadFromFile(inputFile); for (Object docObj : doc.getSections().get(0).getBody().getChildObjects()) { if (docObj instanceof StructureDocumentTag) {…
We are happy to announce the release of Spire.Presentation 8.2.0. This version fixes the issue that the memory failed to release when the PowerPoint to image conversion program ended. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2153 Fixes the issue that the memory failed to release when the PowerPoint to image conversion program ended. Click the link to download Spire. Presentation 8.2.0: https://www.e-iceblue.com/Download/download-presentation-for-net-now.html More information of Spire.Presentation new release or hotfix: https://www.e-iceblue.com/forum/spire-presentation-new-release-or-hotfix-t4736.html
We are happy to announce the release of Spire.PDF 9.2.2. This version adds TextCompressionOptions to support setting compression type and supports setting the color space of PdfSeparationColor as RGB. Besides, it enhances the conversion from PDF to Excel as well as images and XPS to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5132 Supports setting the color space of PdfSeparationColor as RGB. PdfDocument pdf = new PdfDocument(); PdfPageBase page = pdf.Pages.Add(); PdfRGBColor c = Color.Purple; //color space RGB PdfSeparationColorSpace cs = new PdfSeparationColorSpace("MySpotColor", new PdfRGBColor(c.R, c.G,…
page 68