Spire.Doc for Java 10.6.6 enhances the conversion from Word to PDF
2022-06-22 02:13:19
We are excited to announce the release of Spire.Doc 10.6.6. In this release, the conversion from Word to PDF is enhanced. Besides, some known issues are fixed, such as the issue that the application threw "NullPointerException" when calling the autoFit method of tabless and the issue that it failed to open the added image Ole in Word. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7253 Fixes the issue that the application threw "NullPointerException" when calling the autoFit method of table. Bug SPIREDOC-7335 Fixes the issue that the pagination…
Spire.PDF for Java 8.6.8 provides TextFindParameter.Regex enum type to support regular expression matching
2022-06-17 10:09:22
We are excited to announce the release of Spire.Presentation for Java 8.6.8. This version provides TextFindParameter.Regex enum type to support regular matching and provides new interface PdfOrdinarySignatureMaker to sign PDF. At the same time, it enhances the conversion from PDF to PDFA1A. What’s more, it also fixes some known issues such as the order of found text was inconsistent with the order of text on the page. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-4864 SPIREPDF-5223 Provides TextFindParameter.Regex enum type to support regular expression matching. document.getPages().get(0).findText("", EnumSet.of(TextFindParameter.Regex));…
Spire.Doc 10.6.6 supports disabling hyperlinks in conversion from Word to PDF with NewEngine
2022-06-17 10:02:49
We are happy to announce the release of Spire.Doc 10.6.6. This release supports converting the table of contents into corresponding bookmarks in PDF and disabling hyperlinks in PDF when converting Word to PDF using NewEngine. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting table of contents into corresponding bookmarks in PDF when converting Word to PDF using NewEngine. ToPdfParameterList toPdf = new ToPdfParameterList(); toPdf.CreateWordBookmarks = true; toPdf.CreateWordBookmarksUsingHeadings = true; document.setUseNewEngine(true); document.saveToFile("output.pdf",toPdf); New feature - Supports disabling hyperlinks in PDF when converting Word to PDF using…
Spire.Presentation for Java 7.6.3 supports cropping pictures in PowerPoint
2022-06-17 09:19:40
We are excited to announce the release of Spire.Presentation for Java 7.6.3. This version supports cropping pictures in PowerPoint and setting default alternate font for format conversion. Besides, it optimizes the memory consumption of conversion from PowerPoint to images. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1848 Supports setting default alternate font for format conversion. Presentation.setDefaultFontName("Arial"); Presentation ppt = new Presentation(); ppt.loadFromFile(inputFile); ppt.saveToFile(outputFile, FileFormat.PDF); //Used to reset the document conversion default font Presentation.resetDefaultFontName(); New feature SPIREPPT-1962 Supports cropping pictures in PowerPoint. SlidePicture slidePicture= (SlidePicture)presentation.getSlides().get(0).getShapes().get(0); //The crop start…
Spire.XLS.12.6.1 provides an interface that supports setting whether to apply styles to rows and columns
2022-06-14 01:21:50
We are excited to announce the release of Spire.XLS 12.6.1. This version provides an interface that supports setting whether to apply styles to rows and columns. And it supports converting new chart types in Excel 2016 like waterfall, treemap and boxandwhisker to PDF and image. What’s more, it also enhances the conversion from Excel to PDF and fixes some known issues such as the content of cells in custom format was not correct after converting to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3812 Provides an…
Spire.PDF 8.6.1 supports setting the author and subject for PDFLineAnnotation
2022-06-08 09:29:35
We are glad to announce the release of Spire.PDF 8.6.1. This version supports setting the author and subject for PDFLineAnnotation, and supports setting the ForeColor for CheckBox field. It also enhances the conversion from OFD to PDF. In addition, it fixes some known issues such as the field text was incorrect after printing. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5095 Supports setting the author and subject for PDFLineAnnotation. if (annotation is PdfLineAnnotationWidget) { PdfLineAnnotationWidget lineAnn = annotation as PdfLineAnnotationWidget; //PdfLineAnnotation lineAnn = annotation as PdfLineAnnotation; lineAnn.Author…
Spire.XLS for Java 12.6.0 supports setting whether to export hidden worksheets when converting Excel to HTML
2022-06-08 09:13:26
We are excited to announce the release of Spire.XLS for Java 12.6.0. This version supports setting whether to export hidden worksheets when converting Excel to HTML. Besides, after converting Excel to HTML, a contrasting color border is added to the currently selected tab in the converted HTML and the spacing on both sides is added to the text of the worksheet tabs. Moreover, it also enhances the conversion from Excel to HTML, Excel to PDF, and Excel to images. Additionally, some known issues are fixed, such as the issue that sparklines are lost after copying sheets and the issue that…
Spire.Barcode 6.6.3 fixes the issue that the scanned data was inconsistent with the data scanned by mobile phone.
2022-06-07 09:07:44
We are glad to announce the release of Spire.Barcode 6.6.3. This version fixes the issue that the scanned data was inconsistent with the data scanned by mobile phone as well as that the rectangle added in barcode became square. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREBARCODE-214 Fixes the issue that the rectangle added in barcode became square. Bug SPIREBARCODE-215 Fixes the issue that the scanned data was inconsistent with the data scanned by mobile phone. Click the link below to download Spire.Barcode 6.6.3: https://www.e-iceblue.com/Download/download-barcode-for-net.html More information of…