Spire.PDF 8.1 supports removing JavaScript of the PDF document
2022-01-06 01:28:27
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…
Spire.PDF for Java 5.1.0 supports getting PDF PieceInfo dictionary information
2022-01-05 01:42:43
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");…
Spire.PDF for Android via Java 3.12.2 fixes the issue that the encrypted PDF document failed to be opened
2021-12-30 05:57:33
We are glad to announce the release of Spire.PDF for Android via Java 3.12.2. This version fixes the issue that the encrypted PDF document failed to be opened and some of the metadata obtained was incorrect after encrypting a PDF with applying license. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4831 Fixes the issue that the encrypted PDF document failed to be opened and some of the metadata obtained was incorrect after encrypting a PDF with applying license Click the link below to download Spire.PDF for Android via…
Spire.Doc 9.12.12 fixes the number format was incorrect when filling the merged fields
2021-12-29 09:23:33
We are pleased to announce the release of Spire.Doc 9.12.12. This version fixes some known issues such as the number format was incorrect when filling the merged fields. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6378 Fixes the issue that the number format was incorrect when filling the merged fields. Bug SPIREDOC-7131 Fixes the issue that the application threw an error "System.ArgumentOutOfRangeException" when updating document fields in multiple threads Bug SPIREDOC-7132 Fixes the issue that the application threw an error "Unable to cast object of type 'spr┗' to…
Spire.Presentation for Java 4.12.3 supports converting PowerPoint file to OFD
2021-12-29 06:53:18
We are glad to announce the release of Spire.Presentation for Java 4.12.3. This version supports converting PowerPoint file to OFD as well as supports getting the image path of the PowerPoint file. In addition, it fixes some known issues such as the content was lost after saving a slide to image. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1778 Supports getting the image path of the PowerPoint file. ImageCollection images = ppt.getImages(); for (int i = 0; i < images.size(); i++) { IImageData imageData = images.get(i); String…
Spire.Doc for Java 4.12.13 supports setting "Allow Latin text to wrap in the middle of a word" for paragraphs
2021-12-29 06:24:19
We are pleased to announce the release of Spire.Doc for Java 4.12.13. This version supports setting "Allow Latin text to wrap in the middle of a word" for paragraphs, and enhances the conversion from Word to PDF, XML to PDF. In addition, it fixes some known issues such as the text obtained were incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-5499 Supports setting "Allow Latin text to wrap in the middle of a word" for paragraphs. Paragraph pa = document.getSections().get(0).getParagraphs().get(0); pa.getFormat().setWordWrap(false); pa.getFormat().getWordWrap(); Bug SPIREDOC-6592 Fixes the…
Spire.Presentation 6.12.4 supports adding the setting to convert high quality images
2021-12-24 01:50:11
We are glad to announce the release of Spire.Presentation 6.12.4. This version supports .NET6.0, supports adding the setting to convert high quality images, and supports getting the type and color of slide background. It also enhences the conversion from PowerPoint to PDF, PowerPoint to image. In addition, it fixes some known issues such as the obtained display color of table cell text was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1699 Supports getting the type and color of slide background. ISlide sld = ppt.Slides[0] as ISlide;…
Spire.Office for Java 4.12.2 is released
2021-12-22 01:46:52
We are excited to announce the release of Spire.Office for Java 4.12.2. This version brings some new features, for instance, Spire.Doc for Java supports converting Word to OFD format, setting the revision author, as well as setting "ignore formatting" when doing the comparison; Spire.PDF for Java supports converting PDF to linearized PDF, and supports that the text of cell is not wrapped when converting PDF to Excel file; Spire.Presentation supports adding math equations and checking whether shape contains math equations; Spire.XLS for Java supports converting excel file to OFD and supports "Subtotal" function. Meanwhile, a lot of bugs have been…
