Big Faceless PDF Library のリリース

Released: Feb 16, 2022

v2.26.3 での更新項目

機能

  • Added PDFPage.createGraphics() and PDFCanvas.createGraphics(), to return a java.awt.Graphics2D object that can be used to write to the page or canvas. 
  • Added XMP.setValidating() method to allow unknown XMP properties to be set without failing (known properties must still be of the correct type). This makes things a bit more useful for PDF/A-4, which no longer uses extension schemas.
  • OutputProfiler: added a "getStrategy() method; added new "PartialPages" strategy to render what it can from...

Released: Nov 11, 2021

v2.26.2 での更新項目

機能

  • Tested and verified with Java 17, dropped support for Java 5, and removed all support for Applets from viewer package.
    (Note that JavaScript is NOT currently supported under Java 17; this is planned for a future release).
  • Reduced the memory required to load TrueType and (in particular) OpenType fonts, and delayed the instantiation of some of the data needed until the font is used. These changes makes it cheaper to load fonts that may not be used.
  • Added support for UTF-8 ECI mode to QR-Code...