Code freeze for v2.1
This commit is contained in:
parent
3062236c11
commit
52c3f1da7f
2
Changes
2
Changes
|
@ -4,7 +4,7 @@ o Encryption now much, much faster
|
||||||
o Faster parsing of delayed object streams on large files
|
o Faster parsing of delayed object streams on large files
|
||||||
o -decompress now leaves object streams decompressed
|
o -decompress now leaves object streams decompressed
|
||||||
o Select pages by landscape-ness or portrait-ness in a page range
|
o Select pages by landscape-ness or portrait-ness in a page range
|
||||||
o New -set-open-action option to set the open action of a PDF
|
o New -open-at-page and -open-at-page-fit option to set the open action
|
||||||
o New -recrypt option to re-encrypt output
|
o New -recrypt option to re-encrypt output
|
||||||
o Reads XMP metadata and outputs it on -info
|
o Reads XMP metadata and outputs it on -info
|
||||||
o New -center position for text
|
o New -center position for text
|
||||||
|
|
|
@ -3272,7 +3272,7 @@ let go () =
|
||||||
write_pdf false pdf
|
write_pdf false pdf
|
||||||
| Some (CopyId getfrom) ->
|
| Some (CopyId getfrom) ->
|
||||||
if args.recrypt then
|
if args.recrypt then
|
||||||
soft_error "Cannot recrypt with copy id: an id is part of encryption information"
|
soft_error "Cannot recrypt with copy id: an id is part of encryption information";
|
||||||
begin match args.inputs with
|
begin match args.inputs with
|
||||||
| [(k, _, _, u, o, _) as input] ->
|
| [(k, _, _, u, o, _) as input] ->
|
||||||
let pdf =
|
let pdf =
|
||||||
|
|
Loading…
Reference in New Issue