mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-12 08:46:39 +01:00
8 lines
252 B
OCaml
8 lines
252 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
|
|
|
|
val show_composition_json_blob : int -> Pdf.t -> Pdfio.bytes
|