We are glad to announce the release of Spire.PDFViewer 7.1. This version Support rotating page when viewing PDF by PdfViewer. It also fixes some known issues such as the PDF content displayed was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDFVIEWER-526 Supports rotating page when viewing PDF by PdfViewer. Bug SPIREPDFVIEWER-205 SPIREPDFVIEWER-206 SPIREPDFVIEWER-532 Fixes the issue that the PDF content displayed was incorrect. Bug SPIREPDFVIEWER-219 SPIREPDFVIEWER-524 SPIREPDFVIEWER-528 Fixes the issue that the PDF content displayed was blank. Bug SPIREPDFVIEWER-378 Fixes the issue that the PDF text…
We are glad to announce the release of Spire.PDF 8.1.4. This version supports converting OFD to PDF and image, and support setting layer print properties, as well as supports adding InkAnnotation. In addition, it fixes some known issues such as the extracted text was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting OFD to PDF and image. OfdConverter converter = new OfdConverter("inputFile"); converter.ToPdf("outputFile"); converter.ToImage(pageIndex); converter.ToImage(pageIndex, dpiX, dpiY); New feature SPIREPDF-2732 Supports setting layer print properties. converter.ToLinearizedPdf("Linearized.pdf"); PdfDocument pdfDoc = new PdfDocument(); pdfDoc.LoadFromFile(inputFile); Spire.Pdf.PdfPageBase page;…
We are excited to announce the release of Spire.PDF for Android via Java 4.1.0. This version fixes the issue that the application threw "File Name : "?|"cannot be represented in dex format" when using product in high Gradle and SDK versions. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4032 SPIREPDF-4187 Fixes the issue that the application threw "File Name : "?|"cannot be represented in dex format" when using product in high Gradle and SDK versions Click the link below to download Spire.PDF for Android via Java 4.1.0 https://www.e-iceblue.com/Download/pdf-for-android-via-java.html
We are happy to announce the release of Spire.XLS for Java 5.1.5. This version enhances the conversion from Excel to PDF/HTML/images, as well as HTML to Excel. In addition, it fixes some known issues such as the application threw an exception when loading excel file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-3540 Fixes the issue that the application threw an exception when loading excel file. Bug SPIREXLS-3561 Fixes the issue that the page number position was incorrect after converting excel file to PDF. Bug SPIREXLS-3574 Fixes the…
We are pleased to announce the release of Spire.Doc for Java 5.1.9. This version enhances the conversion from Word to PDF, Word to HTML, Word to images. It also fixes some known issues such as the generated file cannot be opened after converting the Word file to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6464 SPIREDOC-7067 Fixes the issue that the application threw "IndexOutOfBoundsException" when updating the table of content of the Word document. Bug SPIREDOC-6921 SPIREDOC-7107 Fixes the issue that the generated file has extra blank…
We are glad to announce the release of Spire.Presentation for Java 5.1.0. This version fixes the issue that the application threw "NullPointerException" when loading a PowerPoint document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1798 Fixes the issue that the application threw "NullPointerException" when loading a PowerPoint document. Click the link to download Spire.Presentation for Java 5.1.0. https://www.e-iceblue.com/Download/presentation-for-java.html
We are glad to announce the release of Spire.PDF 8.1. This version supports removing JavaScript of the PDF document. It also enhances the conversion from PDF to PDF/A. In addition, it fixes some known issues such as the content 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-3345SPIREPDF-4825 Supports removing JavaScript of the PDF document. PdfDocument doc = new PdfDocument(@"input.pdf"); doc.RemoveDocumentJavaScript(); doc.SaveToFile(@"output.pdf", FileFormat.PDF); Bug SPIREPDF-1245 Fixes the issue that the text content extracted was incorrect. Bug SPIREPDF-3731 Fixes the issue that the signature was…
We are glad to announce the release of Spire.PDF for Java 5.1.0. This version supports getting PDF PieceInfo dictionary information as well as supports printing by a specified printer. Also, it enhances the conversion from PDF to Word, PDF to SVG. In addition, it fixes some known issues such as the picture of PDF file was not displayed correctly after compressing. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-4782 Supports printing by a specified printer. //Specify the printer name to print PrintSettings setting = pdf.getPrintSettings(); setting.setPrinter("Adobe PDF");…
page 62