Commit ad8270600354a2f2f39c6012a157b479595e438e
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,6 +683,12 @@ show_ntests(); | ||
| 683 | # ---------- | 683 | # ---------- |
| 684 | $td->notify("--- Newline before endstream ---"); | 684 | $td->notify("--- Newline before endstream ---"); |
| 685 | $n_tests += 8; | 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 | foreach my $d ( | 692 | foreach my $d ( |
| 687 | ['--qdf', 'qdf', 'qdf'], | 693 | ['--qdf', 'qdf', 'qdf'], |
| 688 | ['--newline-before-endstream', 'newline', 'nl'], | 694 | ['--newline-before-endstream', 'newline', 'nl'], |