BFO PDF Library 2.29.6

BFO PDF Library 2.29.6

A very quick note that we have put out another PDF Library. This is a fairly minor release, but does fix a subtle bug we introduced to the object model in the previous release which occurs when a PDF is cloned:

  PDF pdf1 = ...
  PDF pdf2 = new PDF(pdf1); // clone the PDF
  

If you're calling this method and are on 2.29.5, we strongly recommend an upgrade to 2.29.6. Otherwise, check the CHANGELOG as we have fixed a few other minor bugs.

Download from https://bfo.com/download, as always.