mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-17 04:10:48 +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
|