cpdf-source/cpdfcomposition.mli
2023-07-27 12:05:18 +01:00

6 lines
190 B
OCaml

(** Show composition of a PDF *)
(** [show_composition filesize json pdf] prints the composition of a document to
Standard Output. *)
val show_composition : int -> bool -> Pdf.t -> unit