diff --git a/ChangeLog b/ChangeLog index 8f0b0673..5397e595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-04-10 Jay Berkenbilt + + * qpdf/qpdf.cc (main): Since qpdf --check only checks syntax and + stream encoding without doing any semantic checks, make the output + clearer when no errors around found. This is inspired by + qpdf-Bugs-2983225. + 2010-03-27 Jay Berkenbilt * 2.1.3: release diff --git a/examples/qtest/linearize/check.out b/examples/qtest/linearize/check.out index c2063a41..af887be9 100644 --- a/examples/qtest/linearize/check.out +++ b/examples/qtest/linearize/check.out @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 95783e9d..bee1db29 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -2072,6 +2072,9 @@ print "\n"; + 2.1.3: March 27, 2010 diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc index 7b2bb758..f8d3cedc 100644 --- a/qpdf/qpdf.cc +++ b/qpdf/qpdf.cc @@ -1034,7 +1034,11 @@ int main(int argc, char* argv[]) } else { - std::cout << "No errors found" << std::endl; + std::cout << "No syntax or stream encoding errors" + << " found; the file may still contain" + << std::endl + << "errors that qpdf cannot detect" + << std::endl; } } } diff --git a/qpdf/qtest/qpdf/U25A0.1-ogen.check b/qpdf/qtest/qpdf/U25A0.1-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/U25A0.1-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.1-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.1.check b/qpdf/qtest/qpdf/U25A0.1.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/U25A0.1.check +++ b/qpdf/qtest/qpdf/U25A0.1.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.10-ogen.check b/qpdf/qtest/qpdf/U25A0.10-ogen.check index fba29c61..331cd70e 100644 --- a/qpdf/qtest/qpdf/U25A0.10-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.10-ogen.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.10.check b/qpdf/qtest/qpdf/U25A0.10.check index 8d3b2593..921e171a 100644 --- a/qpdf/qtest/qpdf/U25A0.10.check +++ b/qpdf/qtest/qpdf/U25A0.10.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.11-ogen.check b/qpdf/qtest/qpdf/U25A0.11-ogen.check index fcb16c0d..aae0b3a5 100644 --- a/qpdf/qtest/qpdf/U25A0.11-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.11-ogen.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.11.check b/qpdf/qtest/qpdf/U25A0.11.check index 41fbca19..74a360c1 100644 --- a/qpdf/qtest/qpdf/U25A0.11.check +++ b/qpdf/qtest/qpdf/U25A0.11.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.12-ogen.check b/qpdf/qtest/qpdf/U25A0.12-ogen.check index 9e99897f..4e945d58 100644 --- a/qpdf/qtest/qpdf/U25A0.12-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.12-ogen.check @@ -13,4 +13,5 @@ modify annotations: not allowed modify other: not allowed modify anything: not allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.12.check b/qpdf/qtest/qpdf/U25A0.12.check index 13c514f1..581b48b2 100644 --- a/qpdf/qtest/qpdf/U25A0.12.check +++ b/qpdf/qtest/qpdf/U25A0.12.check @@ -13,4 +13,5 @@ modify annotations: not allowed modify other: not allowed modify anything: not allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.2-ogen.check b/qpdf/qtest/qpdf/U25A0.2-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/U25A0.2-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.2-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.2.check b/qpdf/qtest/qpdf/U25A0.2.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/U25A0.2.check +++ b/qpdf/qtest/qpdf/U25A0.2.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.3-ogen.check b/qpdf/qtest/qpdf/U25A0.3-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/U25A0.3-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.3-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.3.check b/qpdf/qtest/qpdf/U25A0.3.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/U25A0.3.check +++ b/qpdf/qtest/qpdf/U25A0.3.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.4-ogen.check b/qpdf/qtest/qpdf/U25A0.4-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/U25A0.4-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.4-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.4.check b/qpdf/qtest/qpdf/U25A0.4.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/U25A0.4.check +++ b/qpdf/qtest/qpdf/U25A0.4.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.5-ogen.check b/qpdf/qtest/qpdf/U25A0.5-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/U25A0.5-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.5-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.5.check b/qpdf/qtest/qpdf/U25A0.5.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/U25A0.5.check +++ b/qpdf/qtest/qpdf/U25A0.5.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.6-ogen.check b/qpdf/qtest/qpdf/U25A0.6-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/U25A0.6-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.6-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.6.check b/qpdf/qtest/qpdf/U25A0.6.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/U25A0.6.check +++ b/qpdf/qtest/qpdf/U25A0.6.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.7-ogen.check b/qpdf/qtest/qpdf/U25A0.7-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/U25A0.7-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.7-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.7.check b/qpdf/qtest/qpdf/U25A0.7.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/U25A0.7.check +++ b/qpdf/qtest/qpdf/U25A0.7.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.8-ogen.check b/qpdf/qtest/qpdf/U25A0.8-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/U25A0.8-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.8-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.8.check b/qpdf/qtest/qpdf/U25A0.8.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/U25A0.8.check +++ b/qpdf/qtest/qpdf/U25A0.8.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.9-ogen.check b/qpdf/qtest/qpdf/U25A0.9-ogen.check index ea3b33b0..1d11997c 100644 --- a/qpdf/qtest/qpdf/U25A0.9-ogen.check +++ b/qpdf/qtest/qpdf/U25A0.9-ogen.check @@ -13,4 +13,5 @@ modify annotations: not allowed modify other: not allowed modify anything: not allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/U25A0.9.check b/qpdf/qtest/qpdf/U25A0.9.check index 70f8bf3c..e543256a 100644 --- a/qpdf/qtest/qpdf/U25A0.9.check +++ b/qpdf/qtest/qpdf/U25A0.9.check @@ -13,4 +13,5 @@ modify annotations: not allowed modify other: not allowed modify anything: not allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/aes-forced-check.out b/qpdf/qtest/qpdf/aes-forced-check.out index 9a71439d..a7f34450 100644 --- a/qpdf/qtest/qpdf/aes-forced-check.out +++ b/qpdf/qtest/qpdf/aes-forced-check.out @@ -2,4 +2,5 @@ checking b.pdf PDF Version: 1.4 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/fax-decode-parms.out b/qpdf/qtest/qpdf/fax-decode-parms.out index 1fb36688..17f4ce3d 100644 --- a/qpdf/qtest/qpdf/fax-decode-parms.out +++ b/qpdf/qtest/qpdf/fax-decode-parms.out @@ -2,4 +2,5 @@ checking fax-decode-parms.pdf PDF Version: 1.4 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/forced-version.out b/qpdf/qtest/qpdf/forced-version.out index 9a71439d..a7f34450 100644 --- a/qpdf/qtest/qpdf/forced-version.out +++ b/qpdf/qtest/qpdf/forced-version.out @@ -2,4 +2,5 @@ checking b.pdf PDF Version: 1.4 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.1-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.1-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.1-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.1-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.1.check b/qpdf/qtest/qpdf/hybrid-xref.1.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.1.check +++ b/qpdf/qtest/qpdf/hybrid-xref.1.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.10-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.10-ogen.check index fba29c61..331cd70e 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.10-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.10-ogen.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.10.check b/qpdf/qtest/qpdf/hybrid-xref.10.check index fba29c61..331cd70e 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.10.check +++ b/qpdf/qtest/qpdf/hybrid-xref.10.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.11-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.11-ogen.check index fcb16c0d..aae0b3a5 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.11-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.11-ogen.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.11.check b/qpdf/qtest/qpdf/hybrid-xref.11.check index fcb16c0d..aae0b3a5 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.11.check +++ b/qpdf/qtest/qpdf/hybrid-xref.11.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.12-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.12-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.12-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.12-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.12.check b/qpdf/qtest/qpdf/hybrid-xref.12.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.12.check +++ b/qpdf/qtest/qpdf/hybrid-xref.12.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.2-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.2-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.2-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.2-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.2.check b/qpdf/qtest/qpdf/hybrid-xref.2.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.2.check +++ b/qpdf/qtest/qpdf/hybrid-xref.2.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.3-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.3-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.3-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.3-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.3.check b/qpdf/qtest/qpdf/hybrid-xref.3.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.3.check +++ b/qpdf/qtest/qpdf/hybrid-xref.3.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.4-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.4-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.4-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.4-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.4.check b/qpdf/qtest/qpdf/hybrid-xref.4.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.4.check +++ b/qpdf/qtest/qpdf/hybrid-xref.4.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.5-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.5-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.5-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.5-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.5.check b/qpdf/qtest/qpdf/hybrid-xref.5.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.5.check +++ b/qpdf/qtest/qpdf/hybrid-xref.5.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.6-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.6-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.6-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.6-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.6.check b/qpdf/qtest/qpdf/hybrid-xref.6.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.6.check +++ b/qpdf/qtest/qpdf/hybrid-xref.6.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.7-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.7-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.7-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.7-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.7.check b/qpdf/qtest/qpdf/hybrid-xref.7.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.7.check +++ b/qpdf/qtest/qpdf/hybrid-xref.7.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.8-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.8-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.8-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.8-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.8.check b/qpdf/qtest/qpdf/hybrid-xref.8.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.8.check +++ b/qpdf/qtest/qpdf/hybrid-xref.8.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.9-ogen.check b/qpdf/qtest/qpdf/hybrid-xref.9-ogen.check index 2ccb68bc..8c02e64c 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.9-ogen.check +++ b/qpdf/qtest/qpdf/hybrid-xref.9-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/hybrid-xref.9.check b/qpdf/qtest/qpdf/hybrid-xref.9.check index 2ccb68bc..8c02e64c 100644 --- a/qpdf/qtest/qpdf/hybrid-xref.9.check +++ b/qpdf/qtest/qpdf/hybrid-xref.9.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.1-ogen.check b/qpdf/qtest/qpdf/inline-images.1-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/inline-images.1-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.1-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.1.check b/qpdf/qtest/qpdf/inline-images.1.check index 0f727a01..cf35eada 100644 --- a/qpdf/qtest/qpdf/inline-images.1.check +++ b/qpdf/qtest/qpdf/inline-images.1.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.2 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.10-ogen.check b/qpdf/qtest/qpdf/inline-images.10-ogen.check index fba29c61..331cd70e 100644 --- a/qpdf/qtest/qpdf/inline-images.10-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.10-ogen.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.10.check b/qpdf/qtest/qpdf/inline-images.10.check index 8d3b2593..921e171a 100644 --- a/qpdf/qtest/qpdf/inline-images.10.check +++ b/qpdf/qtest/qpdf/inline-images.10.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.11-ogen.check b/qpdf/qtest/qpdf/inline-images.11-ogen.check index fcb16c0d..aae0b3a5 100644 --- a/qpdf/qtest/qpdf/inline-images.11-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.11-ogen.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.11.check b/qpdf/qtest/qpdf/inline-images.11.check index 41fbca19..74a360c1 100644 --- a/qpdf/qtest/qpdf/inline-images.11.check +++ b/qpdf/qtest/qpdf/inline-images.11.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.12-ogen.check b/qpdf/qtest/qpdf/inline-images.12-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/inline-images.12-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.12-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.12.check b/qpdf/qtest/qpdf/inline-images.12.check index 0f727a01..cf35eada 100644 --- a/qpdf/qtest/qpdf/inline-images.12.check +++ b/qpdf/qtest/qpdf/inline-images.12.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.2 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.2-ogen.check b/qpdf/qtest/qpdf/inline-images.2-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/inline-images.2-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.2-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.2.check b/qpdf/qtest/qpdf/inline-images.2.check index 0f727a01..cf35eada 100644 --- a/qpdf/qtest/qpdf/inline-images.2.check +++ b/qpdf/qtest/qpdf/inline-images.2.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.2 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.3-ogen.check b/qpdf/qtest/qpdf/inline-images.3-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/inline-images.3-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.3-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.3.check b/qpdf/qtest/qpdf/inline-images.3.check index 0f727a01..cf35eada 100644 --- a/qpdf/qtest/qpdf/inline-images.3.check +++ b/qpdf/qtest/qpdf/inline-images.3.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.2 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.4-ogen.check b/qpdf/qtest/qpdf/inline-images.4-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/inline-images.4-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.4-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.4.check b/qpdf/qtest/qpdf/inline-images.4.check index 0f727a01..cf35eada 100644 --- a/qpdf/qtest/qpdf/inline-images.4.check +++ b/qpdf/qtest/qpdf/inline-images.4.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.2 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.5-ogen.check b/qpdf/qtest/qpdf/inline-images.5-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/inline-images.5-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.5-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.5.check b/qpdf/qtest/qpdf/inline-images.5.check index 0f727a01..cf35eada 100644 --- a/qpdf/qtest/qpdf/inline-images.5.check +++ b/qpdf/qtest/qpdf/inline-images.5.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.2 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.6-ogen.check b/qpdf/qtest/qpdf/inline-images.6-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/inline-images.6-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.6-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.6.check b/qpdf/qtest/qpdf/inline-images.6.check index 0f727a01..cf35eada 100644 --- a/qpdf/qtest/qpdf/inline-images.6.check +++ b/qpdf/qtest/qpdf/inline-images.6.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.2 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.7-ogen.check b/qpdf/qtest/qpdf/inline-images.7-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/inline-images.7-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.7-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.7.check b/qpdf/qtest/qpdf/inline-images.7.check index 0f727a01..cf35eada 100644 --- a/qpdf/qtest/qpdf/inline-images.7.check +++ b/qpdf/qtest/qpdf/inline-images.7.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.2 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.8-ogen.check b/qpdf/qtest/qpdf/inline-images.8-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/inline-images.8-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.8-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.8.check b/qpdf/qtest/qpdf/inline-images.8.check index 0f727a01..cf35eada 100644 --- a/qpdf/qtest/qpdf/inline-images.8.check +++ b/qpdf/qtest/qpdf/inline-images.8.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.2 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.9-ogen.check b/qpdf/qtest/qpdf/inline-images.9-ogen.check index 2ccb68bc..8c02e64c 100644 --- a/qpdf/qtest/qpdf/inline-images.9-ogen.check +++ b/qpdf/qtest/qpdf/inline-images.9-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/inline-images.9.check b/qpdf/qtest/qpdf/inline-images.9.check index 4b2540f1..4878f556 100644 --- a/qpdf/qtest/qpdf/inline-images.9.check +++ b/qpdf/qtest/qpdf/inline-images.9.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.2 File is not encrypted File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-delete-and-reuse-check.out b/qpdf/qtest/qpdf/lin-delete-and-reuse-check.out index 43ebbd49..d0fda8fd 100644 --- a/qpdf/qtest/qpdf/lin-delete-and-reuse-check.out +++ b/qpdf/qtest/qpdf/lin-delete-and-reuse-check.out @@ -2,4 +2,5 @@ checking lin-delete-and-reuse.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.1-ogen.check b/qpdf/qtest/qpdf/lin-special.1-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/lin-special.1-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.1-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.1.check b/qpdf/qtest/qpdf/lin-special.1.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/lin-special.1.check +++ b/qpdf/qtest/qpdf/lin-special.1.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.10-ogen.check b/qpdf/qtest/qpdf/lin-special.10-ogen.check index fba29c61..331cd70e 100644 --- a/qpdf/qtest/qpdf/lin-special.10-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.10-ogen.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.10.check b/qpdf/qtest/qpdf/lin-special.10.check index 8d3b2593..921e171a 100644 --- a/qpdf/qtest/qpdf/lin-special.10.check +++ b/qpdf/qtest/qpdf/lin-special.10.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.11-ogen.check b/qpdf/qtest/qpdf/lin-special.11-ogen.check index fcb16c0d..aae0b3a5 100644 --- a/qpdf/qtest/qpdf/lin-special.11-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.11-ogen.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.11.check b/qpdf/qtest/qpdf/lin-special.11.check index 41fbca19..74a360c1 100644 --- a/qpdf/qtest/qpdf/lin-special.11.check +++ b/qpdf/qtest/qpdf/lin-special.11.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.12-ogen.check b/qpdf/qtest/qpdf/lin-special.12-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/lin-special.12-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.12-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.12.check b/qpdf/qtest/qpdf/lin-special.12.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/lin-special.12.check +++ b/qpdf/qtest/qpdf/lin-special.12.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.2-ogen.check b/qpdf/qtest/qpdf/lin-special.2-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/lin-special.2-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.2-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.2.check b/qpdf/qtest/qpdf/lin-special.2.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/lin-special.2.check +++ b/qpdf/qtest/qpdf/lin-special.2.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.3-ogen.check b/qpdf/qtest/qpdf/lin-special.3-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/lin-special.3-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.3-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.3.check b/qpdf/qtest/qpdf/lin-special.3.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/lin-special.3.check +++ b/qpdf/qtest/qpdf/lin-special.3.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.4-ogen.check b/qpdf/qtest/qpdf/lin-special.4-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/lin-special.4-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.4-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.4.check b/qpdf/qtest/qpdf/lin-special.4.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/lin-special.4.check +++ b/qpdf/qtest/qpdf/lin-special.4.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.5-ogen.check b/qpdf/qtest/qpdf/lin-special.5-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/lin-special.5-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.5-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.5.check b/qpdf/qtest/qpdf/lin-special.5.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/lin-special.5.check +++ b/qpdf/qtest/qpdf/lin-special.5.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.6-ogen.check b/qpdf/qtest/qpdf/lin-special.6-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/lin-special.6-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.6-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.6.check b/qpdf/qtest/qpdf/lin-special.6.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/lin-special.6.check +++ b/qpdf/qtest/qpdf/lin-special.6.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.7-ogen.check b/qpdf/qtest/qpdf/lin-special.7-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/lin-special.7-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.7-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.7.check b/qpdf/qtest/qpdf/lin-special.7.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/lin-special.7.check +++ b/qpdf/qtest/qpdf/lin-special.7.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.8-ogen.check b/qpdf/qtest/qpdf/lin-special.8-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/lin-special.8-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.8-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.8.check b/qpdf/qtest/qpdf/lin-special.8.check index acf612b7..5da27b2a 100644 --- a/qpdf/qtest/qpdf/lin-special.8.check +++ b/qpdf/qtest/qpdf/lin-special.8.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.9-ogen.check b/qpdf/qtest/qpdf/lin-special.9-ogen.check index 2ccb68bc..8c02e64c 100644 --- a/qpdf/qtest/qpdf/lin-special.9-ogen.check +++ b/qpdf/qtest/qpdf/lin-special.9-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/lin-special.9.check b/qpdf/qtest/qpdf/lin-special.9.check index c2063a41..af887be9 100644 --- a/qpdf/qtest/qpdf/lin-special.9.check +++ b/qpdf/qtest/qpdf/lin-special.9.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.3 File is not encrypted File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/min-version.out b/qpdf/qtest/qpdf/min-version.out index 3e34d6a0..0a36ecb3 100644 --- a/qpdf/qtest/qpdf/min-version.out +++ b/qpdf/qtest/qpdf/min-version.out @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.6 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/multiple-mods-check.out b/qpdf/qtest/qpdf/multiple-mods-check.out index d56405e7..103b5341 100644 --- a/qpdf/qtest/qpdf/multiple-mods-check.out +++ b/qpdf/qtest/qpdf/multiple-mods-check.out @@ -2,4 +2,5 @@ checking multiple-mods.pdf PDF Version: 1.3 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.1-ogen.check b/qpdf/qtest/qpdf/object-stream.1-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.1-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.1-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.1.check b/qpdf/qtest/qpdf/object-stream.1.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.1.check +++ b/qpdf/qtest/qpdf/object-stream.1.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.10-ogen.check b/qpdf/qtest/qpdf/object-stream.10-ogen.check index fba29c61..331cd70e 100644 --- a/qpdf/qtest/qpdf/object-stream.10-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.10-ogen.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.10.check b/qpdf/qtest/qpdf/object-stream.10.check index fba29c61..331cd70e 100644 --- a/qpdf/qtest/qpdf/object-stream.10.check +++ b/qpdf/qtest/qpdf/object-stream.10.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.11-ogen.check b/qpdf/qtest/qpdf/object-stream.11-ogen.check index fcb16c0d..aae0b3a5 100644 --- a/qpdf/qtest/qpdf/object-stream.11-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.11-ogen.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.11.check b/qpdf/qtest/qpdf/object-stream.11.check index fcb16c0d..aae0b3a5 100644 --- a/qpdf/qtest/qpdf/object-stream.11.check +++ b/qpdf/qtest/qpdf/object-stream.11.check @@ -13,4 +13,5 @@ modify annotations: allowed modify other: allowed modify anything: allowed File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.12-ogen.check b/qpdf/qtest/qpdf/object-stream.12-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.12-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.12-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.12.check b/qpdf/qtest/qpdf/object-stream.12.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.12.check +++ b/qpdf/qtest/qpdf/object-stream.12.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.2-ogen.check b/qpdf/qtest/qpdf/object-stream.2-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.2-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.2-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.2.check b/qpdf/qtest/qpdf/object-stream.2.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.2.check +++ b/qpdf/qtest/qpdf/object-stream.2.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.3-ogen.check b/qpdf/qtest/qpdf/object-stream.3-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.3-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.3-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.3.check b/qpdf/qtest/qpdf/object-stream.3.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.3.check +++ b/qpdf/qtest/qpdf/object-stream.3.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.4-ogen.check b/qpdf/qtest/qpdf/object-stream.4-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.4-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.4-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.4.check b/qpdf/qtest/qpdf/object-stream.4.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.4.check +++ b/qpdf/qtest/qpdf/object-stream.4.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.5-ogen.check b/qpdf/qtest/qpdf/object-stream.5-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.5-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.5-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.5.check b/qpdf/qtest/qpdf/object-stream.5.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.5.check +++ b/qpdf/qtest/qpdf/object-stream.5.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.6-ogen.check b/qpdf/qtest/qpdf/object-stream.6-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.6-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.6-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.6.check b/qpdf/qtest/qpdf/object-stream.6.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.6.check +++ b/qpdf/qtest/qpdf/object-stream.6.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.7-ogen.check b/qpdf/qtest/qpdf/object-stream.7-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.7-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.7-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.7.check b/qpdf/qtest/qpdf/object-stream.7.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.7.check +++ b/qpdf/qtest/qpdf/object-stream.7.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.8-ogen.check b/qpdf/qtest/qpdf/object-stream.8-ogen.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.8-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.8-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.8.check b/qpdf/qtest/qpdf/object-stream.8.check index ac80765b..f95a8ecc 100644 --- a/qpdf/qtest/qpdf/object-stream.8.check +++ b/qpdf/qtest/qpdf/object-stream.8.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.9-ogen.check b/qpdf/qtest/qpdf/object-stream.9-ogen.check index 2ccb68bc..8c02e64c 100644 --- a/qpdf/qtest/qpdf/object-stream.9-ogen.check +++ b/qpdf/qtest/qpdf/object-stream.9-ogen.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/object-stream.9.check b/qpdf/qtest/qpdf/object-stream.9.check index 2ccb68bc..8c02e64c 100644 --- a/qpdf/qtest/qpdf/object-stream.9.check +++ b/qpdf/qtest/qpdf/object-stream.9.check @@ -2,4 +2,5 @@ checking a.pdf PDF Version: 1.5 File is not encrypted File is linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect diff --git a/qpdf/qtest/qpdf/old-and-complex-check.out b/qpdf/qtest/qpdf/old-and-complex-check.out index cf2bfc83..2c651518 100644 --- a/qpdf/qtest/qpdf/old-and-complex-check.out +++ b/qpdf/qtest/qpdf/old-and-complex-check.out @@ -2,4 +2,5 @@ checking old-and-complex.pdf PDF Version: 1.1 File is not encrypted File is not linearized -No errors found +No syntax or stream encoding errors found; the file may still contain +errors that qpdf cannot detect