From 275418050d63527b625cb7b81779e33db4be16e3 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Tue, 20 Mar 2018 15:53:25 +0000 Subject: [PATCH] more debug --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 2d5bbb0..80816aa 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -2253,7 +2253,7 @@ let really_write_pdf ?(encryption = None) ?(is_decompress=false) mk_id pdf outna end else begin - if not args.was_encrypted || args.was_decrypted_with_owner then + if args.debugforce || not args.was_encrypted || args.was_decrypted_with_owner then begin if args.debugcrypt then Printf.printf "Pdf to file in really_write_pdf\n";