We are excited to announce the release of Spire.Office 7.2.3. In this version, Spire.Doc adds the setting of document.AutoUpdateStylesByTemplate = false to disable the function of automatically updating document styles; Spire.PDF supports getting JavaScript strings from the PDF form field and enhances the conversion from PDF to image; Spire.Email implements LinkedResource interface to add image in message. Meanwhile, a lot of bugs have been successfully fixed. More details are listed as follow. 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 v10.2.13 Spire.Pdf.dll v8.2.4 Spire.XLS.dll…
We are happy to announce the release of Spire.Email 5.2.0. This version implements LinkedResource interface to add image in message. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREEMAIL-16 Implement LinkedResource interface to add image in message MailMessage mail = new MailMessage("From@domain.com", "To@domain.com"); // Add TO recipients mail.To.Add("AddedTo@domain.com"); // Specify ReplyTo mail.ReplyTo.Add("ReplyTo@domain.com"); // Add CC recipients mail.Cc.Add("Cc@domain.com"); // Add BCC recipients mail.Bcc.Add("Bcc@domain.com"); mail.Subject = "New message created by Spire.Email for .NET"; //How to Reference the resource in html //example:<body background='cid:ice.png'> LinkedResource resource = new LinkedResource(@"../../../../../Data/TestData/ice.png"); resource.ContentId = "ice.png";…
We're pleased to announce the release of Spire.Doc 10.2.11. This version adds the setting of document.AutoUpdateStylesByTemplate = false to disable the function of automatically updating document styles. Meanwhile, it fixes some issues occurred when converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-7244 Adds the setting of document.AutoUpdateStylesByTemplate = false to disable the function of automatically updating document styles. Bug SPIREDOC-5859 Fixes the issue that the border was lost when converting Word to PDF. Bug SPIREDOC-7290 SPIREDOC-7324 Fixes the issue that the page numbers…
We are glad to announce the release of Spire.PDF 8.2.2. This version supports getting JavaScript strings from the PDF form field. It also enhances the conversion from PDF to Image. In addition, it fixes some known issues such as the calculation of the added JavaScriptAction did not take effect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-3165 Supports getting JavaScript strings from the PDF form field. Spire.Pdf.PdfDocument doc = new Spire.Pdf.PdfDocument(); doc.LoadFromFile(@"input.pdf", FileFormat.PDF); PdfFormWidget fw = doc.Form as PdfFormWidget; StringBuilder sb = new StringBuilder(); for (int i…
We are pleased to announce the release of Spire.Doc for Java 5.2.3. This version supports finding all matched strings in a paragraph. It also enhances the conversion from Word to PDF and HTML to Word. In addition, it fixes some known issues such as the application threw "Operation is not valid due to the current state of the object" when loading a Word file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-3990 Supports finding all matched strings in a paragraph. Document document = new Document(); document.loadFromFile("Sample.docx"); Section…
We are glad to announce the release of Spire.PDF for Java 5.2.3. This version supports converting TIFF files to PDF as well as converting OFD format to PDF, and it also supports determining whether PDF file was password encrypted. Besides, it enhances the conversion from PDF to HTML, PDF to PDFA1B, PDF to PDFA2A, PDF to image. In addition, it fixes some known issues such as the application threw "NullPointerException" when finding PDF text . More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-4131 Supports converting TIFF files…
We're pleased to announce the release of Spire.Doc 10.1. This version enhances the conversion from Word to PDFA with NewEngine method, as well as the conversion from Word to Image. Meanwhile, the issue that it was failed to embed the private font have also been fixed successfully. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7116 Fixes the issue that the application threw "System.ArgumentException" when saving word file to image. Bug SPIREDOC-7245 Fixes the issue that it was failed to embed the private font. Bug SPIREDOC-7262 SPIREDOC-7263 Fixes the…
As the Chinese New Year is coming, our office will be closed from 01/31/2022 to 02/06/2022 (GMT+8:00). During the holiday, your emails will be received as usual and urgent problems will be resolved as soon as possible by the staff on duty. The standard support may be limited during the holiday season, so please give our duty persons some more time if you do not receive an immediate response. Note: The purchase system is available 24 hours a day, 7 days a week. Our system will automatically send you the license file once you complete the online order and payment.…
page 63