Added Changes file

This commit is contained in:
John Whitington 2014-10-16 15:53:07 +01:00
parent 6217f66cec
commit 6c351c860f
2 changed files with 3 additions and 0 deletions

2
Changes Normal file
View File

@ -0,0 +1,2 @@
Version 1.8 (October 2014)

View File

@ -556,6 +556,7 @@ let rec decrypt_if_necessary (_, _, _, user_pw, owner_pw) op pdf =
soft_error "Failed to decrypt file: wrong password?" soft_error "Failed to decrypt file: wrong password?"
let nobble pdf = let nobble pdf =
flprint "nobble\n";
if not demo then pdf else if not demo then pdf else
Cpdf.process_pages (Cpdf.nobble_page pdf) pdf (ilist 1 (Pdfpage.endpage pdf)) Cpdf.process_pages (Cpdf.nobble_page pdf) pdf (ilist 1 (Pdfpage.endpage pdf))