From 5da146c8b53bb5a12c514f83fb52265e4922b5e1 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 24 Aug 2019 09:34:48 -0400 Subject: Track separately whether password was user/owner (fixes #159) --- manual/qpdf-manual.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'manual') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index bd861efe..c1ac5e15 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -4579,6 +4579,17 @@ print "\n"; bytes of the combined contents. + + + New methods QPDF::userPasswordMatched + and QPDF::ownerPasswordMatched have + been added to enable a caller to determine whether the + supplied password was the user password, the owner password, + or both. This information is also displayed by qpdf + --show-encryption and qpdf + --check. + + Static method -- cgit v1.2.3-54-g00ecf