diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh index cd83723..e1f9683 100644 --- a/include/qpdf/QPDFJob.hh +++ b/include/qpdf/QPDFJob.hh @@ -154,7 +154,8 @@ class QPDFJob friend class QPDFJob; friend class Config; public: - QPDF_DLL AttConfig& path(char const* parameter); + QPDF_DLL + AttConfig& path(char const* parameter); # include @@ -171,7 +172,8 @@ class QPDFJob friend class QPDFJob; friend class Config; public: - QPDF_DLL CopyAttConfig& path(char const* parameter); + QPDF_DLL + CopyAttConfig& path(char const* parameter); # include @@ -188,6 +190,7 @@ class QPDFJob friend class QPDFJob; friend class Config; public: + QPDF_DLL PagesConfig& pageSpec(std::string const& filename, char const* password, std::string const& range); @@ -206,7 +209,8 @@ class QPDFJob friend class QPDFJob; friend class Config; public: - QPDF_DLL UOConfig& path(char const* parameter); + QPDF_DLL + UOConfig& path(char const* parameter); # include @@ -222,7 +226,8 @@ class QPDFJob friend class QPDFJob; friend class Config; public: - QPDF_DLL EncConfig& path(char const* parameter); + QPDF_DLL + EncConfig& path(char const* parameter); # include @@ -240,10 +245,15 @@ class QPDFJob public: QPDF_DLL std::shared_ptr copyAttachmentsFrom(); + QPDF_DLL std::shared_ptr addAttachment(); + QPDF_DLL std::shared_ptr pages(); + QPDF_DLL std::shared_ptr overlay(); + QPDF_DLL std::shared_ptr underlay(); + QPDF_DLL std::shared_ptr encrypt( int keylen, std::string const& user_password,