From 0910e767ad5609c2efcf65ddc80a5b7bede434d0 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 3 Jan 2022 10:16:28 -0500 Subject: QPDFJob increment: basic QPDFJob structure Move most of the methods called from qpdf.cc after argument parsing into QPDFJob. In this increment, enough QPDFJob API has been added to handle the branch of QPDFJob::run() that creates output with an appropriate division between qpdf.cc and QPDFJob. There are temporary bits of code to enable everything to compile and pass the test suite, including some duplication and hard-coded values. --- libqpdf/build.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'libqpdf/build.mk') diff --git a/libqpdf/build.mk b/libqpdf/build.mk index c18bb7df..33fec274 100644 --- a/libqpdf/build.mk +++ b/libqpdf/build.mk @@ -64,6 +64,7 @@ SRCS_libqpdf = \ libqpdf/QPDFExc.cc \ libqpdf/QPDFFileSpecObjectHelper.cc \ libqpdf/QPDFFormFieldObjectHelper.cc \ + libqpdf/QPDFJob.cc \ libqpdf/QPDFMatrix.cc \ libqpdf/QPDFNameTreeObjectHelper.cc \ libqpdf/QPDFNumberTreeObjectHelper.cc \ -- cgit v1.2.3-54-g00ecf