more
This commit is contained in:
parent
accbf6de7f
commit
82cb349e92
|
@ -3076,6 +3076,8 @@ let go () =
|
||||||
| (AlreadyInMemory pdf, _, _, _, _, _) as input::_ -> pdf, "", input
|
| (AlreadyInMemory pdf, _, _, _, _, _) as input::_ -> pdf, "", input
|
||||||
| _ -> raise (Arg.Bad "cpdf: No input specified.\n")
|
| _ -> raise (Arg.Bad "cpdf: No input specified.\n")
|
||||||
in
|
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
|
let pdf = decrypt_if_necessary input (Some CountPages) pdf in
|
||||||
output_page_count pdf
|
output_page_count pdf
|
||||||
| Some Revisions ->
|
| Some Revisions ->
|
||||||
|
|
Loading…
Reference in New Issue