cpdf-source/cpdfdebug.mli

5 lines
125 B
OCaml
Raw Normal View History

2022-01-13 13:43:23 +00:00
(** Debugging tools *)
(** Print all the objects from a given PDF to Standard Output. *)
2021-12-21 11:12:52 +00:00
val print_pdf_objs : Pdf.t -> unit