2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-02 20:08:24 +00:00

Note about veraPDF

This commit is contained in:
Jay Berkenbilt 2017-08-12 11:35:02 -04:00
parent 8249a26d69
commit ad82706003

View File

@ -683,6 +683,12 @@ show_ntests();
# ----------
$td->notify("--- Newline before endstream ---");
$n_tests += 8;
# From issue 133, http://verapdf.org/software/ is an open source
# package that can verify PDF/A compliance. This could potentially be
# useful for manual or automated verification that qpdf doesn't break
# PDF/A compliance should that ever be desired.
foreach my $d (
['--qdf', 'qdf', 'qdf'],
['--newline-before-endstream', 'newline', 'nl'],