Spire.Doc 10.3.3 enhances the conversions from HTML to Word, Word to PDF and Word to Image
2022-03-10 07:43:25
We're pleased to announce the release of Spire.Doc 10.3.3. This version enhances the conversions from HTML to Word, Word to PDF and Word to Image. Meanwhile, it fixes some known issues such as the image content displayed wrong in the generated file after inserting the image to the Word file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7065 Fixes the issue that the width of the table in the generated file was changed after converting HTML to Word. Bug SPIREDOC-7327 Fixes the issue that the position of the…
Spire.XLS 12.3.2 enhances the conversion from Excel to PDF
2022-03-04 07:38:15
We are happy to announce the release of Spire.XLS 12.3.2. This version enhances the conversion from Excel to PDF. Besides, it fixes some known issues such as the application is interrupted even it catches the “NullReferenceException”. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-3605 Fixes the issue that the lines were thicker after converting Excel to PDF. Bug SPIREXLS-3639 Fixes the issue that the font size and borders were changed after converting Excel to PDF. Bug SPIREXLS-3644 SPIREXLS-3670 SPIREXLS-3678 Fixes the issue that the content was incorrect after…
Spire.Presentation for Java 5.3.0 enhances the conversion from PPT to PDF and Image
2022-03-02 07:16:43
We are excited to announce the release of Spire.Presentation for Java 5.3.0. This version enhances the conversion from PPT to PDF and Image. Meanwhile, it fixes some known issues such as the obtained vertical alignment value of the text frame is incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1797 Optimizes the time consumption when converting PPT file to PDF. Bug SPIREPPT-1825 Fixes the issue that the obtained vertical alignment value of the text frame was incorrect. Bug SPIREPPT-1832 Fixes the issue that the application threw "DocumentReadException" when…
Spire.Presentation 7.2.5 supports creating "Map" chart
2022-03-01 02:37:43
We are glad to announce the release of Spire.Presentation 7.2.5. This version supports creating "Map" chart and modifying the number format for chart source data. In addition, it fixes some known issues such as the converted PDF file content is not correct after modifying the shape text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1837 Supports creating "Map" chart. Presentation ppt = new Presentation(); IChart chart = ppt.Slides[0].Shapes.AppendChart(ChartType.Map, new RectangleF(50, 50, 450, 450), false); chart.ChartData[0, 1].Text = "series"; string[] countries = { "China", "Russia", "France", "Mexico", "United…
Spire.Office for Java 5.2.2 is released
2022-02-24 09:20:48
We are excited to announce the release of Spire.Office for Java 5.2.2. This version includes some new features and enhancements, for instance, Spire.PDF for Java supports converting TIFF and OFD files to PDF and enhances the conversions from PDF to HTML, PDF to PDFA1B, PDF to PDFA2A, PDF to image; Spire.Doc for Java supports finding all matched strings in a paragraph and enhances the conversions from Word to PDF and HTML to Word. In addition, some known issues have also been fixed in this update. More details are listed below. Click the link to download Spire.Office for Java 5.2.2: https://www.e-iceblue.com/Download/office-for-java.html…
Spire.Office 7.2.3 is released
2022-02-24 08:24:18
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…
Spire.Email 5.2.0 implements LinkedResource interface to add image in message
2022-02-24 07:11:50
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";…
Spire.Doc 10.2.11 supports disabling the function of automatically updating document styles
2022-02-24 06:57:30
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…