v2022R1 PDF Library & Component Build Notes

Below are the build notes for v2022R1 Fix Branch / Minor Releases for the following Qoppa PDF libraries and components. v2022R1 Jar Download Links Java PDF Components: jPDFViewer, jPDFNotes, jPDFEditor Java PDF Libraries deriving from jPDFProcess: jPDFProcess jPDFAssemble, jPDFFields, jPDFImages, jPDFPrint, jPDFSecure, jPDFText Other Java PDF Libraries: jPDFOptimizer, jPDFPreflight, jPDFWeb Version v2022R1.08 – May 23 2023 JPDF-2000 – jPDFPreflight […]

Read More

v2022R1 PDF Library & Component Release Notes

Original Release Date: September 02 2022 Version number: v2022R1 v2022R1 Jar Download Links Java PDF Components: jPDFViewer, jPDFNotes, jPDFEditor Component API Changes (from previous version) Java PDF Libraries deriving from jPDFProcess: jPDFProcess jPDFAssemble, jPDFFields, jPDFImages, jPDFPrint, jPDFSecure, jPDFText Library API Changes (from previous version) Other Java PDF Libraries: jPDFOptimizer, jPDFPreflight, jPDFWeb jOfficeConvert (API Changes from previous version) Note: Customers will need […]

Read More

v2021R1 PDF Library & Component Build Notes

Below are the build notes for v2021R1 Fix Branch / Minor Releases for the following Qoppa PDF libraries and components. v2021R1 Jar Download Links Java PDF Components: jPDFViewer, jPDFNotes, jPDFEditor Java PDF Libraries deriving from jPDFProcess: jPDFProcess jPDFAssemble, jPDFFields, jPDFImages, jPDFPrint, jPDFSecure, jPDFText Other Java PDF Libraries: jPDFOptimizer, jPDFPreflight, jPDFWeb Version 2021R1.08 – April 04 2023 JPDF-1914 – Improve […]

Read More

v2021R1 PDF Library & Component Release Notes

Original Release Date: October 14 2021 Version number: v2021R1 v2021R1 Jar Download Links Java PDF Components: jPDFViewer, jPDFNotes, jPDFEditor Component API Changes (from previous version) Java PDF Libraries deriving from jPDFProcess: jPDFProcess jPDFAssemble, jPDFFields, jPDFImages, jPDFPrint, jPDFSecure, jPDFText Library API Changes (from previous version) Other Java PDF Libraries: jPDFOptimizer, jPDFPreflight, jPDFWeb jOfficeConvert (API Changes from previous version) Note: Customers will need […]

Read More

v2020R2 jPDFPreflight Build Notes

Below are the build notes for v2020R2 Fix Branch / Minor Releases for Qoppa’s PDF Library jPDFPreflight. Download 2020R2 Builds Version v2020R2.01 – February 23 2021 JPDF-1754 – Part 1 – Ignore external entities when parsing XML metadata JPDF-1754 – Part 2 – Document Specific – Fix infinite loop when parsing a file Version v2020R2.00 […]

Read More

v2020R2 PDF Library & Component Release Notes

Original Release Date: September 11 2020 Version number: v2020R2 v2020R2 Download Links Java PDF Components: jPDFViewer, jPDFNotes, jPDFEditor Component API Changes (from previous version) Java PDF Libraries deriving from jPDFProcess: jPDFProcess jPDFAssemble, jPDFFields, jPDFImages, jPDFPrint, jPDFSecure, jPDFText Library API Changes (from previous version) Other Java PDF Libraries: jPDFOptimizer, jPDFPreflight, jPDFWeb jOfficeConvert (API Changes from previous version) Note: License keys remain the […]

Read More

v2020R1 jPDFPreflight Build Notes

Below are the build notes for v2020R1 Fix Branch / Minor Releases for Qoppa’s PDF Library jPDFPreflight. Download 2020R1 Builds Version v2020R1.03 – July 22 2020 JPDF-1668 – Document Specific: Checkboxes are checked after converting to PDF/A due Version v2020R1.02 – June 29 2020 JPDF-1651 – Give a PDF/A validation error for fonts embedded as […]

Read More

v2020R1 PDF Library & Component Release Notes

Original Release Date: May 15 2020 Version number: v2020R1 v2020R1 Download Links Java PDF Components: jPDFViewer, jPDFNotes, jPDFEditor Component API Changes (from previous version) Java PDF Libraries deriving from jPDFProcess: jPDFProcess jPDFAssemble, jPDFFields, jPDFImages, jPDFPrint, jPDFSecure, jPDFText Library API Changes (from previous version) Other Java PDF Libraries: jPDFOptimizer, jPDFPreflight, jPDFWeb jOfficeConvert (API Changes from previous version) [JPDF-911] – XFDF import drops […]

Read More

v2019R1 jPDFPreflight Build Notes

Below are the build notes for v2019R1 Fix Branch / Minor Releases for Qoppa’s PDF Library jPDFPreflight. Download 2019R1 Builds Version v2019R1.04 – June 24 2020 JPDF-1651 – Give a PDF/A validation error for fonts embedded as TTC (True Type Collection) JPDF-1452 – Persist order of preflight results annotations across various preflight runs (don’t use […]

Read More

v2019R1 PDF Library & Component Release Notes

Original Release Date: June 14 2019 Version number: v2019R1 v2019R1 Download Links This version removes the dependency to the external jar cmykProfiles.jar (needed to render PDFs that are using CMYK color space), which can now be removed from the classpath. Java PDF Components: jPDFViewer, jPDFNotes, jPDFEditor Component API Changes (from previous version) Java PDF Libraries deriving […]

Read More

v2018R1 jPDFPreflight Build Notes

Below are the build notes for v2018R1 Fix Branch / Minor Releases for Qoppa’s PDF Library jPDFPreflight. Download 2018R1 Builds Version v2018R1.18 – April 26 2023 Publish all libraries with homogenized version number Update all code signing certificates Include all fixes and improvements to underlying parsing engine Version v2018R1.05 – April 22 2019 JPDF-1364 – […]

Read More

How to validate a PDF/A-3b ZUGFeRD invoice

In version 2018, Qoppa’s PDF library jPDFPreflight has added a new validation profile for PDF/A-3b ZUGFeRD invoice. Here is some sample code to validate that a PDF file is compliant with this sub-format: PDFPreflight pdfPreflight = new PDFPreflight("c:\\qoppa\\testData\\zugferd_invoice.pdf", null); PreflightResults results = pdfPreflight.verifyDocument(new PDFA_3_B_ZUGFeRD_Verification(), null); if (results.isSuccessful()) { System.out.println("PDF is compliant"); }PDFPreflight pdfPreflight = new […]

Read More

v2018R1 PDF Library & Component Release Notes

Release Date: August 01 2018 Version number: v2018R1 Java PDF Components: jPDFViewer, jPDFNotes, jPDFEditor API Changes (from previous version) Java PDF Libraries deriving from jPDFProcess: jPDFProcess jPDFAssemble, jPDFFields, jPDFImages, jPDFPrint, jPDFSecure, jPDFText API Changes (from previous version) Other Java PDF Libraries: jPDFOptimizer, jPDFPreflight, jPDFWeb jOfficeConvert (Released on August 08 2018) Feature Highlights Java 9 Support Rich Text and Non-Latin Unicode Support […]

Read More

v2017R1 jPDFPreflight Build Notes

Below are the build notes for v2017R1 Fix Branch / Minor Releases for Qoppa’s PDF Library jPDFPreflight. Download 2017R1 Builds v2017R1.13 – June 19 2018 JPDF-1225 – Old version of Tahoma.ttf is not embeddable for PDF/A conversion – Reinterpret embeddable permission when multiple bits set v2017R1.12 – May 24 2018 JPDF-1206 – Fix for ConcurrentModificationException […]

Read More

2017-08 v2017R1 PDF Library PDF Component Release Notes

Release Date: August 01 2017 Version number: v2017R1 Java PDF Components: jPDFViewer, jPDFNotes, jPDFEditor API Changes (from previous version) Java PDF Libraries deriving from jPDFProcess: jPDFProcess jPDFAssemble, jPDFFields, jPDFImages, jPDFPrint, jPDFSecure, jPDFText API Changes (from previous version) Other Java PDF Libraries: jPDFOptimizer, jPDFPreflight, jPDFWeb Feature Highlights 4K High Resolution Display Support Annotations Rich Text & Multi-Language Support Page Labels Resize PDF […]

Read More

v2016R1 jPDFPreflight Build Notes

Below are the build notes for v2016R1 Fix Branch / Minor Releases for Qoppa’s PDF Library jPDFPreflight. v2016R1.07 – May 16 2017 JPDF-986 – Add option to verification profiles to accept different PDFA version and conformance tags in the XMP metadata v2016R1.06 – November 16 2016 JPDF-896 – Missing CID Set now shows in Validation […]

Read More

2016-08 v2016R1 jPDFPreflight Release

Release Date: August 17 2016 Version number: v2016R1 Java PDF Library: jPDFPreflight jPDFPreflight JPDF-702 – Support for PDF/A-2b Verification and Conversion JPDF-703 – Support for PDF/A-3b Verification and Conversion JPDF-621 – Embed system fonts when converting PDF to PDF/A JPDF-711 – Demo Mode: Watermarks Added to Document are not compliant with PDF/A JPDF-802 – Updating […]

Read More