more debug
This commit is contained in:
parent
9963f9db00
commit
275418050d
|
@ -2253,7 +2253,7 @@ let really_write_pdf ?(encryption = None) ?(is_decompress=false) mk_id pdf outna
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
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
|
begin
|
||||||
if args.debugcrypt then
|
if args.debugcrypt then
|
||||||
Printf.printf "Pdf to file in really_write_pdf\n";
|
Printf.printf "Pdf to file in really_write_pdf\n";
|
||||||
|
|
Loading…
Reference in New Issue