cpdf-source/cpdfdebug.mli

5 lines
125 B
OCaml
Raw Normal View History

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