aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh9
1 files changed, 9 insertions, 0 deletions
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
@@ -244,6 +244,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<CopyAttConfig> copyAttachmentsFrom();
QPDF_DLL
std::shared_ptr<AttConfig> addAttachment();