aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDF.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDF.hh')
-rw-r--r--include/qpdf/QPDF.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 0d8b5f91..615803d3 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -600,7 +600,9 @@ class QPDF
// Return the previously computed or retrieved encryption key for this file
QPDF_DLL
std::string getEncryptionKey() const;
- // Remove security restrictions associated with digitally signed files.
+ // Remove security restrictions associated with digitally signed files. From qpdf 11.7.0, this
+ // is called by QPDFAcroFormDocumentHelper::disableDigitalSignatures and is more useful when
+ // called from there than when just called by itself.
QPDF_DLL
void removeSecurityRestrictions();