Module Cpdfcomposition

module Cpdfcomposition: sig .. end

Show composition of a PDF


val show_composition : int -> bool -> Pdf.t -> unit

show_composition filesize json pdf prints the composition of a document to Standard Output.

val show_composition_json_blob : int -> Pdf.t -> Pdfio.bytes

show_composition_json_blob filesize json pdf returns the composition of a document in JSON format.