From 1d099ab7439104759a421bc20c809e64fef29f03 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 22 Jan 2022 16:29:13 -0500 Subject: QPDFJob: placeholder for initializeFromJson --- include/qpdf/QPDFJob.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh index de51dc57..a1c17435 100644 --- a/include/qpdf/QPDFJob.hh +++ b/include/qpdf/QPDFJob.hh @@ -35,6 +35,7 @@ #include #include #include +#include class QPDFWriter; @@ -67,6 +68,10 @@ class QPDFJob void initializeFromArgv(int argc, char* argv[], char const* progname_env = nullptr); + // QXXXQ + QPDF_DLL + void initializeFromJson(std::string const& json); + // Set name that is used to prefix verbose messages, progress // messages, and other things that the library writes to output // and error streams on the caller's behalf. Defaults to "qpdf". -- cgit v1.2.3-54-g00ecf