Spire.Doc 11.10.3 adds the feature of text formatting when converting Word to PDF
2023-10-13 09:52:54
We are pleased to announce the release of Spire.Doc 11.10.3. This version adds the feature of text formatting when converting Word to PDF and supports for .NET 4.6.2 and above, .NET Core, and .NET Standard platforms. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds the feature of text formatting when converting Word to PDF (mainly for handling Thai characters and Tibetan characters), and supports for .NET 4.6.2 and above, .NET Core, and .NET Standard platforms. Document doc = new Document(); doc.LoadFromFile(fileName); doc.LayoutOptions.UseHarfBuzzTextShaper = true; doc.SaveToFile(pdfFileName, Spire.Doc.FileFormat.PDF)…
Spire.PDF for Android via Java 9.10.1 supports setting encryption options when encrypting PDF documents
2023-10-13 09:00:35
We are pleased to announce the release of Spire.PDF for Android via Java 9.10.1. This version supports setting encryption options when encrypting PDF documents and determining whether PDF document stream is encrypted. Besides, it also adds a new method to convert PDF to Word. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6190 Support setting encryption options when encrypting PDF documents. PdfDocument pdfdoc = new PdfDocument(); pdfdoc.loadFromFile(inputFile); PdfSecurityPolicy securityPolicy = new PdfPasswordSecurityPolicy("123", "e-iceblue"); securityPolicy.setEncryptionAlgorithm(PdfEncryptionAlgorithm.AES_128); securityPolicy.setEncryptMetadata(false); pdfdoc.encrypt(securityPolicy); pdfdoc.saveToFile(outputFile); New feature - Supports determining if a PDF document stream is…
Spire.PDF 9.10.2 supports getting the text coordinates of multi-column text in reading order
2023-10-13 06:46:58
We are excited to announce the release of Spire.PDF 9.10.2. This version supports getting the text coordinates of multi-column text in reading order, setting the HorizontalScalingFactor property for PdfStringFormat, and setting whether to allow conversion when converting the PDF with permission password. Besides, this version enhances the conversion from OFD to PDF. In addition, many known issues are fixed successfully in this version, such as the issue that the extracted table data was not formatted correctly. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6153 Supports getting the…
Spire.XLS for Java 13.10.0 supports verifying the password for restricted editing
2023-10-09 06:37:57
We are pleased to announce the release of Spire.XLS for Java 13.10.0. This version supports verifying whether the password for restricted editing is correct. The conversion of Excel to PDF, images and OFD has also been enhanced. Besides, some known issues are fixed successfully in this version, such as the issue that the program threw "Invalid ValidationAlertType string val" when loading an Excel file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4896 Supports verifying whether the password for restricted editing is correct. worksheet.checkProtectionPassword(String password) Bug SPIREXLS-4879 Fixes…
Spire.Office 8.9.3 is released
2023-09-28 08:06:20
We are delighted to announce the release of Spire.Office 8.9.3. In this version, Spire.Presentation 8.9.4 supports setting the time for automatic slide switching as well as setting and reading the transparency and brightness of gradient stop styles; Spire.PDF 9.9.9 enhances the conversion from PDF to images and OFD to PDF; Spire.Doc 11.9.19 enhances the conversion from Word and HTML to PDF. Besides, a lot of known issues are fixed successfully in this version. 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…
E-iceblue will be on Mid-Autumn Festival and National Day Holiday from 29/09/2023 to 06/10/2023
2023-09-28 06:04:34
We would like to inform you that E-iceblue will be on holiday from September 29th to October 6th, 2023 (GMT+8:00), in observance of the Mid-Autumn Festival and China’s National Day. During the holiday, your email will be received as usual and the urgent problems will be solved as soon as possible by the staffs on duty. Note: The purchase system will remain available 24 hours a day and 7 days a week. Once you process the order online and finish the payment, the license file will be sent to you automatically by our system. If you want to obtain a…
Spire.Presentation for Python 8.9.0 supports setting custom DPI when saving shapes as images
2023-09-27 09:24:53
We are pleased to announce the release of Spire.Presentation Python 8.9.0. This version adds a method to set custom DPI when saving shapes as images. Besides, it also fixes the issue that the program threw "System.NullReferenceException" when resetting the slide size. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2346 Adds a method to set custom DPI when saving shapes as images. presentation.Slides[0].Shapes.SaveAsImage(0, 300, 300); Bug SPIREPPT-2345 Fixes the issue that the program threw "System.NullReferenceException" when resetting the slide size. Click the link below to get Spire.Presentation for…
Spire.Presentation 8.9.4 supports setting the time for automatic slide switching
2023-09-27 06:23:18
We are happy to announce the release of Spire.Presentation 8.9.4. This version supports setting the time for automatic slide switching as well as setting and reading the transparency and brightness of gradient stop styles. It also enhances the conversion from slides to pictures. Besides, some known issues are fixed in this version, such as the issue that the collection of corner coordinates of polygons obtained was incomplete. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2351 Supports setting the time for automatic slide switching. Presentation ppt = new…
