aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/auto_job_json_decl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/auto_job_json_decl.hh')
-rw-r--r--libqpdf/qpdf/auto_job_json_decl.hh48
1 files changed, 22 insertions, 26 deletions
diff --git a/libqpdf/qpdf/auto_job_json_decl.hh b/libqpdf/qpdf/auto_job_json_decl.hh
index d8bf1ef4..446838e6 100644
--- a/libqpdf/qpdf/auto_job_json_decl.hh
+++ b/libqpdf/qpdf/auto_job_json_decl.hh
@@ -24,31 +24,27 @@ void beginOutputOptionsEncrypt128bit(JSON);
void endOutputOptionsEncrypt128bit();
void beginOutputOptionsEncrypt256bit(JSON);
void endOutputOptionsEncrypt256bit();
-void beginOptions(JSON);
-void endOptions();
void beginInspect(JSON);
void endInspect();
-void beginTransform(JSON);
-void endTransform();
-void beginModify(JSON);
-void endModify();
-void beginModifyAddAttachment(JSON);
-void endModifyAddAttachment();
-void setupModifyAddAttachmentPath(std::string const&);
-void beginModifyCopyAttachmentsFrom(JSON);
-void endModifyCopyAttachmentsFrom();
-void setupModifyCopyAttachmentsFromPath(std::string const&);
-void setupModifyCopyAttachmentsFromPassword(std::string const&);
-void beginModifyPages(JSON);
-void endModifyPages();
-void setupModifyPagesFile(std::string const&);
-void setupModifyPagesPassword(std::string const&);
-void setupModifyPagesRange(std::string const&);
-void beginModifyOverlay(JSON);
-void endModifyOverlay();
-void setupModifyOverlayFile(std::string const&);
-void setupModifyOverlayPassword(std::string const&);
-void beginModifyUnderlay(JSON);
-void endModifyUnderlay();
-void setupModifyUnderlayFile(std::string const&);
-void setupModifyUnderlayPassword(std::string const&);
+void beginOptions(JSON);
+void endOptions();
+void beginOptionsAddAttachment(JSON);
+void endOptionsAddAttachment();
+void setupOptionsAddAttachmentPath(std::string const&);
+void beginOptionsCopyAttachmentsFrom(JSON);
+void endOptionsCopyAttachmentsFrom();
+void setupOptionsCopyAttachmentsFromPath(std::string const&);
+void setupOptionsCopyAttachmentsFromPassword(std::string const&);
+void beginOptionsPages(JSON);
+void endOptionsPages();
+void setupOptionsPagesFile(std::string const&);
+void setupOptionsPagesPassword(std::string const&);
+void setupOptionsPagesRange(std::string const&);
+void beginOptionsOverlay(JSON);
+void endOptionsOverlay();
+void setupOptionsOverlayFile(std::string const&);
+void setupOptionsOverlayPassword(std::string const&);
+void beginOptionsUnderlay(JSON);
+void endOptionsUnderlay();
+void setupOptionsUnderlayFile(std::string const&);
+void setupOptionsUnderlayPassword(std::string const&);