Big Faceless Report Generator のリリース

Released: Dec 2, 2025

v1.2.13 での更新項目

機能

  • Reinstated some public methods in the legacy "org.faceless.graph" library removed a decade ago for customers that were depending on them.
  • This release is now certified to run on Java 8 to 25. Java 7 and earlier are no longer supported.
  • Built with PDF Library 2.29.4 and Graph Library 1.1.6.

Released: Sep 26, 2025

v1.2.12 での更新項目

機能

  • Built with PDF Library 2.29.3 and Graph Library 1.1.6.

不具合の修正

  • Fixed some issues when creating form fields containing (or expected to contain) text using non-ASCII characters when those fields are edited in some versions of Adobe Acrobat.

Released: Sep 6, 2024

v1.2.11 での更新項目

機能

  • Now enables the merging of PDF/UA-1 documents created by the Report Generator.
  • Built with PDF Library 2.28.6 and Graph Library 1.1.6.

不具合の修正

  • Fixed issue when creating PDF/UA-1 documents, thead/tfoot content repeated after the first page was being repeated in the structure tree as well.

Released: Jun 17, 2024

v1.2.10 での更新項目

機能

  • Added JakartaPDFFilter and JakartaPDFProxyServlet, identical to PDFFilter and PDFProxyServlet but based on "jakarta.servlet.*" not "javax.servlet.*".
  • You can now ensure requests for HTTP resources will timeout.
  • Built with PDF Library 2.28.5, Graph Library 1.1.6.

不具合の修正

  • More fixes to kashida justification, and set it off by default.

Released: Mar 28, 2024

v1.2.9 での更新項目

機能

  • Added <link type="attachment"> which allows you to attach a file to the generated PDF.
  • Added <barcode> type "auspost4s", for Australia Post 4-state barcodes.
  • Built with PDF Library 2.28.4, Graph Library 1.1.6.

不具合の修正

  • Fixed kashida justification algorithm for Arabic, including the ability to turn it off by adding "justification-ratio: 0" to a style rule.
  • Fixed error resulting from <br/> inside a <pre>.

Released: Mar 20, 2023

v1.2.8 での更新項目

機能

  • Made adjustments to quiet false-positives from code scanners designed to detect XML External Entity attacks.
  • Built with PDF Library 2.28.1, Graph Library 1.1.6.

不具合の修正

  • Unknown fonts were causing the font size to collapse to 0pt, and 0pt fonts were causing layout to fail. Both fixed.

Released: Mar 10, 2023

v1.2.7 での更新項目

機能

  • Added mitigations for XML External Entity attacks.
  • Requests for non-standard DOCTYPEs are now disabled by default.
  • Added "globalsign.qss" value for the <input> "handler" attribute, to sign using the new GlobalSign QSS service. With this handler, "identity" is the email address identifying the user.
  • Build with PDF Library 2.28 and Graph Library 1.1.6.

Released: Mar 17, 2022

v1.2.6 での更新項目

機能

  • Added new "barwidth" attribute for EAN-13, UPC-A and EAN-8 barcodes.
  • Build with PDF Library 2.26.4 and Graph Library 1.1.6.

Released: Nov 12, 2021

v1.2.5 での更新項目

機能

  • Tested and verified with Java 17 and dropped support for Java 5.
  • Built with PDF Library 2.26.2, Graph Library 1.1.6.

不具合の修正

  • Fixed - Some fixes to PDF/UA compliant output rules.
  • Fixed - A regression in 1.2.4 where backgrounds were drawn behind radio buttons.