Spire.Doc 10.12.4 supports setting "Snap to grid when document grid is defined" for paragraphs
2022-12-29 09:09:30
We are pleased to announce the release of Spire.Doc 10.12.4. This version supports .NET 7.0 platform. At the same time, it supports setting "Snap to grid when document grid is defined" for paragraphs and enhances the conversion from Word to PDF. What’s more, it fixes some known issues such as the character spacing changed after replacing text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports .NET 7.0 platform. New feature SPIREDOC-7985 Supports setting "Snap to grid when document grid is defined" for paragraphs. Document document =…
Spire.PDF 8.12.7 adds a new interface for converting PDF to Word
2022-12-29 05:39:09
We are happy to announce the release of Spire.PDF 8.12.7. This version adds a new interface for converting PDF to Word. It enhances the conversion from PDF to Excel as well. What’s more, many known issues are fixed in this release, such as the issue that the text content found by location was not correct. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds a new interface for converting PDF to Word. PdfToWordConverter converter= new PdfToWordConverter (inputPDF); converter.SaveToDocx(outputWord); converter.Dispose(); Bug SPIREPDF-5580 Fixes the issue that the images…
Spire.Office 7.12 is released
2022-12-23 09:07:26
We are glad to announce the release of Spire.Office 7.12. In this version, Spire.PDF supports setting the form field's Show/Hide, adding custom metadata, and adding a namespace to PDF metadata; Spire.XLS supports .NET 7.0; Spire.Presentation fixes the issue that the content was lost after saving PowerPoint slide as Image. Besides, many 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 Versions: Spire.Doc.dll v10.12.0 Spire.Pdf.dll v8.12.5 Spire.XLS.dll v12.12.1 Spire.Presentation.dll v7.11.2 Spire.Barcode.dll v6.12.1 Spire.Email.dll v5.12.13 Spire.Barcode.dll…
Spire.XLS 12.12.3 enhances the conversion from Excel to PDF and CSV and HTML to Excel
2022-12-23 08:29:17
We are excited to announce the release of Spire.XLS 12.12.3. This version supports .NET 7.0. It also enhances the conversion from Excel to PDF and CSV as well as HTML to Excel. Besides, some known issues are fixed in this release, such as the issue that the modified data failed to be saved after calling Save() function to save .et files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-783 Fixes the issue that the borders were incorrect after converting Excel to PDF. Bug SPIREXLS-4288 Fixes the issue that…
Spire.Presentation 7.12.1 fixes the issue that the content was lost after saving PowerPoint slide as Image
2022-12-21 10:07:14
We are glad to announce the release of Spire.Presentation 7.12.1. This version fixes the issue that the content was lost after saving PowerPoint slide as Image. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2109 Fixes the issue that the content was lost after saving PowerPoint slide as Image. Click the link below to download Spire.Presentation 7.12.1 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
Spire.PDF for Java 8.12.6 supports creating tagged PDF files
2022-12-21 09:10:58
We are happy to announce the release of Spire.PDF for Java 8.12.6. This version supports creating tagged PDF files. This release also includes performance optimization, such as the optimization in the time consumption of extracting images and compressing PDF files. Besides, some know issues are successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports creating tagged PDF files. //Create a pdf document PdfDocument doc = new PdfDocument(); //Add page doc.getPages().add(); //Set tab order doc.getPages().get(0).setTabOrder(TabOrder.Structure); //Create PdfTaggedContent PdfTaggedContent taggedContent = new PdfTaggedContent(doc); taggedContent.setLanguage("en-US"); taggedContent.setTitle("test"); //Set font…
Spire.Doc for Java 10.12.4 enhances the conversion form Word to PDF
2022-12-21 03:05:13
We are glad to announce the release of Spire.Doc for Java 10.12.4. This version enhances the conversion from Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-8790 Fixes the issue that the table format was incorrect when converting Word to PDF. Bug SPIREDOC-8791 Fixes the issue that the table lost when converting Word to PDF. Click the link to download Spire.Doc for Java 10.12.4: https://www.e-iceblue.com/Download/doc-for-java.html
Spire.PDF 8.12.5 supports setting form field's Show/Hide and adding custom metadata
2022-12-14 09:51:25
We are excited to announce the release of Spire.PDF 8.12.5. This version supports setting the form field's Show/Hide, adding custom metadata, and adding a namespace to PDF metadata. Besides, it enhances the conversion from PDF to DOCX and images. What’s more, many issues are fixed in this version, such as the issue that finding text failed after drawing a watermark. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-2352 Supprts setting form field's Show/Hide. Spire.Pdf.Fields.PdfField field = formWidget.FieldsWidget.List[0] as Spire.Pdf.Fields.PdfField; //field.AnnotationFlags = Spire.Pdf.Annotations.PdfAnnotationFlags.Default; // Setting visibility field.AnnotationFlags =…
