mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Fixed up workaround for Adobe "Error 21" bug on re-saving encrypted
files
This commit is contained in:
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.
Reference in New Issue
Block a user