We’re pleased to announce the release of 12.8.20. This update focuses on resolving defects encountered during PDF and OFD to Word document conversion, delivering more stable running performance, and accurate layout restoration. More details are as follows. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-8029 SPIREPDF-8117 Fixes the issue where the program hangs when converting PDF to Word. Bug Fix SPIREPDF-8037 Fixes the issue where footer styles are incorrect when converting PDF to Word. Bug Fix SPIREPDF-8039 Fixes the issue where the program throws java.lang.OutOfMemoryError: Java heap space when converting OFD to…
We're pleased to announce the release of Spire.PDF for Java 12.8.6. This version mainly enhances the conversion from PDF to Word. Details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix - Optimized PDF to Word conversion effects. Click the link below to download Spire.PDF for Java 12.8.6: https://www.e-iceblue.com/Download/pdf-for-java.html
We're pleased to announce the release of Spire.PDF for Android via Java 10.8.5. This version adds support for signing PDF documents with certificates using SHA-256/SHA-512 algorithms. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature - Added support for signing with SHA-256/SHA-512 algorithm certificates. public static void main(String[] args) throws IOException { // Create pdf document PdfDocument doc = new PdfDocument(); // Load file from disk doc.loadFromFile("Sample.pdf"); // Load the X509 certificate for signature PdfPKCS7Formatter formatter = new PdfPKCS7Formatter(new PdfCertificate("gary.pfx", "e-iceblue"), false); // Create an instance of PdfOrdinarySignatureMaker using…
We’re pleased to announce the release of Spire.PDF for Java 12.8.1. This update mainly fixes the issues occurred when converting PDF to Word and Markdown. A signature-related issue has been resolved as well. More details are as follows. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-3800 Fixed the issue where adding a signature to a PDF resulted in an invalid certificate. Bug Fix SPIREPDF-3899 Fixed the issue where converting PDF to Word in flow layout mode produced incorrect results. Bug Fix SPIREPDF-8058 Fixed the issue where converting HTML to PDF resulted in…
We’re pleased to announce the release of Spire.PDF for Java 12.7.0. This version fixes several issues related to digital signatures, PDF processing, and conversion stability. It also optimizes memory usage when replacing document content. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-5182 Fixed an issue where signature verification failed after adding a digital signature. Bug Fix SPIREPDF-7065 Fixed an issue with the signature error “Undefined length encoding”. Bug Fix SPIREPDF-7547 Optimized memory consumption when replacing document content. Bug Fix SPIREPDF-8095 Fixed an issue where project packaging failed…
We're pleased to announce the release of Spire.PDF for Java 12.6.4. This version adds support for setting PDF reading direction and language, and enables more flexible formatting for PDF signature operations. Moreover, it also fixes two bugs affecting signature verification and image rendering. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREPDF-7990 Added support for setting PDF reading direction and language. PdfDocument pdf = new PdfDocument(); pdf.loadFromFile(inputFile); pdf.getViewerPreferences().setReadingDirection(PdfReadingDirection.LeftToRight); pdf.setLanguage("zh-CN"); pdf.saveToFile(outputFile , FileFormat.PDF); New Feature SPIREPDF-8091 Added an overload of IPdfSignatureFormatter to PdfMDPSignatureMaker, providing more flexible formatting support for…
We’re excited to announce the release of Spire.PDF for Java 12.6.1. This update introduces support for digitally signing PDFs with SHA-256/SHA-512 certificates and allows setting a fallback font when converting OFD to PDF. In addition, it resolves several issues related to PDF conversion and text extraction. Here is a list of changes made in this release Category ID Description New Feature SPIREPDF-7829 Added support for signing with SHA-256/SHA-512 algorithm certificates. public static void main(String[] args) throws IOException { // Create pdf document PdfDocument doc = new PdfDocument(); // Load file from disk doc.loadFromFile("Sample.docx"); // Load the X509 certificate for signature…
We're pleased to announce the release of Spire.PDF for Java 12.5.1. This version adds support for progress callback when converting PDF. It also fixes several issues, including content inconsistency when converting SVG to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREPDF-8044 Added support for progress callback when converting PDF documents. class CustomProgressNotifier implements IProgressNotifier { StringBuilder str = new StringBuilder(); private String outputFile; public CustomProgressNotifier(String outputFile) { this.outputFile = outputFile; } @Override public void notify(float progress) { str.append("==============Progress: ").append(progress).append("%==============\n"); try { Files.writeString(Paths.get(outputFile), str.toString()); } catch (Exception…
Page 1 of 12
page 1