From 7d7e2234a537b6cd2205fb5cf942d5a9e8a866e3 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 22 Dec 2023 18:14:11 -0500 Subject: Implement new --encrypt args and completion (fixes #784) Positional arguments are supported in a backward-compatible way, but completion no longer guides users to it. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b18283cd..8ccb689c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2023-12-22 Jay Berkenbilt + * Allow the syntax "--encrypt --user-password=user-password + --owner-password=owner-password --bits={40,128,256}" when + encrypting PDF files. This is an alternative to the syntax + "--encrypt user-password owner-password {40,128,256}", which will + continue to be supported. The new syntax works better with shell + completion and allows creation of passwords that start with "-". + Fixes #874. + * When setting a check box value, allow any value other than /Off to mean checked. This is permitted by the spec. Previously, any value other than /Yes or /Off was rejected. Fixes #1056. -- cgit v1.2.3-54-g00ecf