This commit is contained in:
John Whitington 2023-03-24 15:23:33 +00:00
parent e957abab75
commit 833e60e270
2 changed files with 3 additions and 1 deletions

View File

@ -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 Significant improvements to malformed file reading
o Allow DUP page specifications to use larger numbers
o Reworked functions transforming pages to better preserve patterns
2.5.1 (January 2022)

View File

@ -202,7 +202,8 @@ let squeeze_all_content_streams pdf =
with
(* No /Contents, which is ok. Or a parsing failure due to
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 -> ()
end
| _ -> ())