diff --git a/Changes b/Changes index 43f5151..f7b7653 100644 --- a/Changes +++ b/Changes @@ -4,7 +4,7 @@ o Encryption now much, much faster o Faster parsing of delayed object streams on large files o -decompress now leaves object streams decompressed o Select pages by landscape-ness or portrait-ness in a page range -o New -set-open-action option to set the open action of a PDF +o New -open-at-page and -open-at-page-fit option to set the open action o New -recrypt option to re-encrypt output o Reads XMP metadata and outputs it on -info o New -center position for text diff --git a/cpdfcommand.ml b/cpdfcommand.ml index af6c29f..ad50921 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -3272,7 +3272,7 @@ let go () = write_pdf false pdf | Some (CopyId getfrom) -> if args.recrypt then - soft_error "Cannot recrypt with copy id: an id is part of encryption information" + soft_error "Cannot recrypt with copy id: an id is part of encryption information"; begin match args.inputs with | [(k, _, _, u, o, _) as input] -> let pdf =