From 2c7b583b3aaed1902ca3cca2387414391fc3fe65 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 26 Jan 2022 13:56:13 -0500 Subject: QPDFJob: move input/output handling into config --- include/qpdf/QPDFJob.hh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh index e1f96835..90c778b4 100644 --- a/include/qpdf/QPDFJob.hh +++ b/include/qpdf/QPDFJob.hh @@ -243,6 +243,15 @@ class QPDFJob { friend class QPDFJob; public: + QPDF_DLL + Config& inputFile(char const* filename); + QPDF_DLL + Config& emptyInput(); + QPDF_DLL + Config& outputFile(char const* filename); + QPDF_DLL + Config& replaceInput(); + QPDF_DLL std::shared_ptr copyAttachmentsFrom(); QPDF_DLL -- cgit v1.2.3-70-g09d2