mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-12 01:40:38 +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
|