aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFJob.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFJob.hh')
-rw-r--r--include/qpdf/QPDFJob.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index 274a19f6..99199b89 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -154,6 +154,8 @@ class QPDFJob
friend class Config;
public:
QPDF_DLL
+ Config& endAddAttachment();
+ QPDF_DLL
AttConfig& path(char const* parameter);
# include <qpdf/auto_job_c_att.hh>
@@ -172,6 +174,8 @@ class QPDFJob
friend class Config;
public:
QPDF_DLL
+ Config& endCopyAttachmentsFrom();
+ QPDF_DLL
CopyAttConfig& path(char const* parameter);
# include <qpdf/auto_job_c_copy_att.hh>
@@ -190,6 +194,8 @@ class QPDFJob
friend class Config;
public:
QPDF_DLL
+ Config& endPages();
+ QPDF_DLL
PagesConfig& pageSpec(std::string const& filename,
std::string const& range,
char const* password = nullptr);
@@ -209,6 +215,8 @@ class QPDFJob
friend class Config;
public:
QPDF_DLL
+ Config& endUnderlayOverlay();
+ QPDF_DLL
UOConfig& path(char const* parameter);
# include <qpdf/auto_job_c_uo.hh>
@@ -226,6 +234,8 @@ class QPDFJob
friend class Config;
public:
QPDF_DLL
+ Config& endEncrypt();
+ QPDF_DLL
EncConfig& path(char const* parameter);
# include <qpdf/auto_job_c_enc.hh>