From 82cb349e92c4b3bd179245f350233b20af911818 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 25 Sep 2015 17:58:49 +0100 Subject: [PATCH] more --- cpdfcommand.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 7d7fa6e..cce53bb 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -3076,6 +3076,8 @@ let go () = | (AlreadyInMemory pdf, _, _, _, _, _) as input::_ -> pdf, "", input | _ -> raise (Arg.Bad "cpdf: No input specified.\n") in + (* FIXME FIXME. Why do we need this decryption? Endpage_io claims not to... + REMOVE. Seems to work. *) let pdf = decrypt_if_necessary input (Some CountPages) pdf in output_page_count pdf | Some Revisions ->