From 1308c450903dcae15e37f06339a5c6bff73bab2c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 28 Jan 2023 13:41:58 -0500 Subject: Implement --remove-restrictions (fixes #833) --- include/qpdf/QPDF.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh index 79dcca59..d6b32fe9 100644 --- a/include/qpdf/QPDF.hh +++ b/include/qpdf/QPDF.hh @@ -685,6 +685,10 @@ class QPDF // this file QPDF_DLL std::string getEncryptionKey() const; + // Remove security restrictions associated with digitally signed + // files. + QPDF_DLL + void removeSecurityRestrictions(); // Linearization support -- cgit v1.2.3-54-g00ecf