This commit is contained in:
John Whitington 2017-09-01 17:47:22 +01:00
parent fd5a4104fc
commit d108f516df
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
Version 2.2.1 (To come) Version 2.2 (patchlevel 1)
o Fix for inability to read null objects in streams
o Workaround for Adobe "Error 21" on re-saving encrypted files
o More efficient bookmark operations on files with many pages o More efficient bookmark operations on files with many pages
o New operation -hard-box to clip contents to a given box o New operation -hard-box to clip contents to a given box
o Workaround for Adobe "Error 21" on re-saving encrypted files
Version 2.2 (March 2017) Version 2.2 (March 2017)

View File

@ -3,7 +3,7 @@ let demo = false
let noncomp = false let noncomp = false
let major_version = 2 let major_version = 2
let minor_version = 2 let minor_version = 2
let version_date = "(patchlevel 1, build of 6th July 2017)" let version_date = "(patchlevel 1, build of 1st September 2017)"
open Pdfutil open Pdfutil
open Pdfio open Pdfio