summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-25 17:14:43 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commitbf255ccc896dc9cf54b13e0f60371f7429035b50 (patch)
tree25ab65593fab57f24124ad409de66cdb238954c6 /include
parent21c897aad0c3edc6e47e88754ab279e0f076cd06 (diff)
downloadqpdf-bf255ccc896dc9cf54b13e0f60371f7429035b50.tar.zst
QPDFJob: convert password in two tables
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index a4be63e9..388d5536 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -178,6 +178,7 @@ class QPDFJob
QPDF_DLL Config& oiMinHeight(char const* parameter);
QPDF_DLL Config& oiMinWidth(char const* parameter);
QPDF_DLL Config& optimizeImages();
+ QPDF_DLL Config& password(char const* parameter);
QPDF_DLL Config& passwordIsHexKey();
QPDF_DLL Config& preserveUnreferenced();
QPDF_DLL Config& preserveUnreferencedResources();