Commit ad8270600354a2f2f39c6012a157b479595e438e

Authored by Jay Berkenbilt
1 parent 8249a26d

Note about veraPDF

Showing 1 changed file with 6 additions and 0 deletions
qpdf/qtest/qpdf.test
... ... @@ -683,6 +683,12 @@ show_ntests();
683 683 # ----------
684 684 $td->notify("--- Newline before endstream ---");
685 685 $n_tests += 8;
  686 +
  687 +# From issue 133, http://verapdf.org/software/ is an open source
  688 +# package that can verify PDF/A compliance. This could potentially be
  689 +# useful for manual or automated verification that qpdf doesn't break
  690 +# PDF/A compliance should that ever be desired.
  691 +
686 692 foreach my $d (
687 693 ['--qdf', 'qdf', 'qdf'],
688 694 ['--newline-before-endstream', 'newline', 'nl'],
... ...