File: cpdfcomposition.mli

package info (click to toggle)
cpdf 2.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,828 kB
  • sloc: ml: 34,724; makefile: 65; sh: 45
file content (9 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
(** 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

(** [show_composition_json_blob filesize json pdf] returns the composition of a
document in JSON format. *)
val show_composition_json_blob : int -> Pdf.t -> Pdfio.bytes