From d01c4f8819ea93797784c19ecdd623eb41f2a8b4 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 30 Jul 2022 19:29:55 -0400 Subject: Change --json-output format from "qpdf-v2" to "qpdf": [..., ...] --- include/qpdf/QPDF.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh index 639e16c4..943528bd 100644 --- a/include/qpdf/QPDF.hh +++ b/include/qpdf/QPDF.hh @@ -1072,6 +1072,7 @@ class QPDF st_initial, st_top, st_qpdf, + st_qpdf_meta, st_objects, st_trailer, st_object_top, @@ -1097,7 +1098,9 @@ class QPDF bool errors; bool parse_error; bool saw_qpdf; + bool saw_qpdf_meta; bool saw_objects; + bool saw_json_version; bool saw_pdf_version; bool saw_trailer; state_e state; -- cgit v1.2.3-70-g09d2