Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@michaelrsweet michaelrsweet released this 26 Dec 20:21
· 5 commits to master since this release
6d65a60

PDFio 1.4.0 is a feature and bug fix release. Changes include:

  • Added new pdfioDictGetKey and pdfioDictGetNumPairs APIs (Issue #63)
  • Added new pdfioArrayRemove and pdfioDictClear APIs (Issue #74)
  • Added new pdfioFileCreateNameObj and pdfioObjGetName APIs for creating and getting name object values (Issue #76)
  • Updated documentation (Issue #78)
  • Updated pdfioContentTextMeasure to support measuring PDF base fonts created with pdfioFileCreateFontObjFromBase (Issue #84)
  • Fixed reading of PDF files whose trailer is missing a newline (Issue #80)
  • Fixed builds with some versions of VC++ (Issue #81)
  • Fixed validation of date/time values (Issue #83)

Enjoy!