mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-17 12:20:43 +01:00
more
This commit is contained in:
parent
e65dc4305f
commit
2a7dd56bea
@ -120,6 +120,7 @@ let list_annotations_json range pdf =
|
|||||||
`List [`Int ~-n; Cpdfjson.json_of_object ~clean_strings:true pdf (fun _ -> ()) false false (Pdf.lookup_obj pdf n)])
|
`List [`Int ~-n; Cpdfjson.json_of_object ~clean_strings:true pdf (fun _ -> ()) false false (Pdf.lookup_obj pdf n)])
|
||||||
(setify (flatten (map (Pdf.objects_referenced [] [] pdf) !extra)))
|
(setify (flatten (map (Pdf.objects_referenced [] [] pdf) !extra)))
|
||||||
in
|
in
|
||||||
|
Printf.printf "EXTRA: %i objects\n" (length extra);
|
||||||
let json = `List (json @ extra) in
|
let json = `List (json @ extra) in
|
||||||
J.pretty_to_channel stdout json
|
J.pretty_to_channel stdout json
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user