mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-16 11:50:54 +01:00
6 lines
190 B
OCaml
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
|