mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-13 09:19:29 +01:00
5 lines
125 B
OCaml
5 lines
125 B
OCaml
(** Debugging tools *)
|
|
|
|
(** Print all the objects from a given PDF to Standard Output. *)
|
|
val print_pdf_objs : Pdf.t -> unit
|