Fixed up workaround for Adobe "Error 21" bug on re-saving encrypted
files
This commit is contained in:
parent
e5cd3e3c2a
commit
26647cdbd3
3
Changes
3
Changes
|
@ -1,7 +1,8 @@
|
||||||
Version 2.3
|
Version 2.2.1 (To come)
|
||||||
|
|
||||||
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)
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
let demo = false
|
let demo = false
|
||||||
let noncomp = false
|
let noncomp = false
|
||||||
let major_version = 2
|
let major_version = 2
|
||||||
let minor_version = 3
|
let minor_version = 2
|
||||||
let version_date = "(build of 2nd June 2017)"
|
let version_date = "(patchlevel 1, build of 15th June 2017)"
|
||||||
|
|
||||||
open Pdfutil
|
open Pdfutil
|
||||||
open Pdfio
|
open Pdfio
|
||||||
|
|
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
Loading…
Reference in New Issue