mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-03 20:08:01 +01:00
Initial squeeze functionality finished
This commit is contained in:
parent
42028ff80a
commit
2c9df6ce6e
@ -1781,7 +1781,7 @@ let squeeze pdf =
|
||||
(fun x -> length x > 1)
|
||||
(collate (pdfobjeq pdf) (sort (pdfobjeq pdf) !objs))
|
||||
in
|
||||
Printf.printf "Found %i pools of duplicate objects to coalesce\n" (length toprocess);
|
||||
(*Printf.printf "Found %i pools of duplicate objects to coalesce\n" (length toprocess);*)
|
||||
(*List.iter
|
||||
(fun x -> Printf.printf "\n\nPool: "; List.iter (Printf.printf "%i ") x)
|
||||
toprocess;*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user