Skip to content

veraPDF v1.18.2-RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@carlwilson carlwilson released this 24 Feb 12:37
· 1 commit to rel/1.18 since this release

Version 1.18 (February 23, 2021)

Applications

  • added support for PDF/UA-1 (Machine) validaiton
  • fixed issues with STDIN support
  • added support for input files with non-pdf extension

PDF Model

  • extended the model to support PDF/UA-1 rules

PDF Parser

  • fixed parsing of inline images
  • fixed token parsing on non-ASCII systems
  • fixed TrueType font parsing in case of different number of glyphs specified in maxp and post tables
  • fixed infinite loop in circular dependency of CMaps
  • added support for documents with zero pages
  • improved parsing of Type1 font private data
  • improved glyph width calculation for CFF fonts
  • fixed null pointer exceptions on invalid PDF documents (multiple places)

Core library

  • adjusted vaidation reports to support PDF/UA-1 profile