We are happy to announce the release of Spire.Barcode for Java 5.1.3. This version supports adding pictures to the center of QR code. It also fixes the issue that barcode recognition failed in vertical orientation. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - The method for applying a license has been changed to com.spire.barcode.license.LicenseProvider.setLicenseKey(key). New feature SPIREBARCODE-244 Supports adding pictures to the center of QR code. BarcodeSettings barCodeSetting = new BarcodeSettings(); BufferedImage image = ImageIO.read(new File("Image/1.png")); barCodeSetting.setQRCodeLogoImage(image); Bug SPIREBARCODE-243 Fixes the issue that barcode recognition failed in…
We are pleased to announce the release of Spire.Presentation 9.1. This version upgrades the VS2019 project framework to version 4.6.2. In addition, a series of other adjustments have been made, such as the removal of MonoAndroid and Xamarin.iOS. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment - Upgrades the VS2019 project framework to version 4.6.2. Adjustment - Removes MonoAndroid and Xamarin.iOS. Adjustment - Removes the reference of Spire.Pdf.dll from the product. Adjustment - "Spire.Pdf.PdfConformanceLevel" has been deprecated and replaced with the new interface "Spire.Presentation.External.pdf.PdfConformanceLevel". presentation.SaveToPdfOption.PdfConformanceLevel = Spire.Presentation.External.Pdf.PdfConformanceLevel.Pdf_A1A; Adjustment -…
We are excited to announce the release of Spire.PDF for Android via Java 10.1.1. This version supports converting PDF documents to SVGZ documents and comparing PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports comparing PDF documents. PdfDocument pdf1 = new PdfDocument(inputFile_1); PdfDocument pdf2 = new PdfDocument(inputFile_2); PdfComparer compare = new PdfComparer(pdf1, pdf2); compare.getOptions().setPageRanges(0, pdf1.getPages().getCount() - 1, 0, pdf2.getPages().getCount() - 1); compare.compare(outputFile); New feature - Supports converting PDF documents to SVGZ documents. PdfDocument pdf = new PdfDocument(inputFile); pdf.saveToFile(outputFile, FileFormat.SVGZ); Click the link below to get…
We are delighted to announce the release of Spire.Office for Java 9.1.4. In this version, Spire.PDF for Java improves the efficiency of drawing watermarks; Spire.Doc for Java adds a new method to add image watermark; Spire.Presentation for Java improves the speed of converting PowerPoint to SVG. In addition, many known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 9.1.4: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.PDF for Java Category ID Description New feature SPIREPDF-6454 Improves the efficiency of drawing watermarks. New feature SPIREPDF-6459 Adds…
We are pleased to announce the release of Spire.Doc for Java 12.1.10. This version changes the namespace com.spire.ms.Printing.* to com.spire.doc.printing.*. In addition, some known issues have also been successfully fixed in this version, such as the issue that the program threw “java.lang.OutOfMemoryError” exception when converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment - Changes the namespace com.spire.ms.Printing.* to com.spire.doc.printing.* Bug SPIREDOC-8618 Fixes the issue that the program threw "Error loading file: Unsupported file format" exception when converting Doc to Docx. Bug SPIREDOC-8694 Fixes the issue…
We are happy to announce the release of Spire.XLS for Java 14.1.1. This version enhances the conversion from HTML to XLSX. Besides, some known issues are fixed in this version, such as the issue that the obtained fill color value for cells without fill color was (0,0,0). More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5020 Fixes the issue that the margins of saved XLSX documents were incorrect when printed and previewed with the WPS tool. Bug SPIREXLS-5037 Fixes the issue that the obtained fill color value for cells…
We are pleased to announce the release of Spire.Doc 12.1.5. This version removes the MonoAndroid package and the Xamarin.iOS package. It also makes a series of changes to the password functionality of documents. In addition, some known issues have also been fixed, such as partial data was lost when loading a document after creating a new Document() object and applying a LicenseKey. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment - Removes MonoAndroid package and Xamarin.iOS package; netstand 2.0 package is now available for both platforms. Adjustment - The…
We are excited to announce the release of Spire.Office for Python 9.1.0. This version adds the custom exception class SpireException to Spire.PDF for Python, Spire.Doc for Python, Spire.Presentation for Python, and Spire.XLS for Python. In addition, some known issues are fixed successfully in this version. More details are listed below. Click the following link to download Spire.Office for Python 9.1.0: https://www.e-iceblue.com/Download/office-for-python.html Here is a list of changes made in this release Spire.Doc for Python Category ID Description New feature - Adds a new custom exception class SpireException. Bug SPIREDOC-10028 Fixes the issue that setting table borders was invalid. Spire.Presentation for…
page 20