more
This commit is contained in:
parent
e957abab75
commit
833e60e270
1
Changes
1
Changes
|
@ -32,6 +32,7 @@ o -typeset was opening files in text mode, instead of binary
|
||||||
o Fixed behaviour of -squeeze-no-pagedata / -squeeze-no-recompress
|
o Fixed behaviour of -squeeze-no-pagedata / -squeeze-no-recompress
|
||||||
o Significant improvements to malformed file reading
|
o Significant improvements to malformed file reading
|
||||||
o Allow DUP page specifications to use larger numbers
|
o Allow DUP page specifications to use larger numbers
|
||||||
|
o Reworked functions transforming pages to better preserve patterns
|
||||||
|
|
||||||
2.5.1 (January 2022)
|
2.5.1 (January 2022)
|
||||||
|
|
||||||
|
|
|
@ -202,7 +202,8 @@ let squeeze_all_content_streams pdf =
|
||||||
with
|
with
|
||||||
(* No /Contents, which is ok. Or a parsing failure due to
|
(* No /Contents, which is ok. Or a parsing failure due to
|
||||||
uninherited resources. FIXME: Add support for inherited
|
uninherited resources. FIXME: Add support for inherited
|
||||||
resources. *)
|
resources. NB 24th March 2023 we tried this, and sizes went up
|
||||||
|
on many files and down on none! So reverted. *)
|
||||||
Not_found -> ()
|
Not_found -> ()
|
||||||
end
|
end
|
||||||
| _ -> ())
|
| _ -> ())
|
||||||
|
|
Loading…
Reference in New Issue