aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-12 17:35:02 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-12 17:35:02 +0200
commitad8270600354a2f2f39c6012a157b479595e438e (patch)
treeec346d5470d341aeed775bec91a95ac32d3f7529
parent8249a26d69f72b9cda584c14cc3f12769985e481 (diff)
downloadqpdf-ad8270600354a2f2f39c6012a157b479595e438e.tar.zst
Note about veraPDF
-rw-r--r--qpdf/qtest/qpdf.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/qpdf/qtest/qpdf.test b/qpdf/qtest/qpdf.test
index 1aaeb8d4..3253ce65 100644
--- a/qpdf/qtest/qpdf.test
+++ b/qpdf/qtest/qpdf.test
@@ -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'],