mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-16 11:50:54 +01:00
15 lines
340 B
OCaml
15 lines
340 B
OCaml
(** PDF/UA *)
|
|
val test_matterhorn_print : Pdf.t -> string -> unit
|
|
|
|
val test_matterhorn_json : Pdf.t -> string -> Cpdfyojson.Safe.t
|
|
|
|
val mark : Pdf.t -> unit
|
|
|
|
val mark2 : int -> Pdf.t -> unit
|
|
|
|
val remove_mark : Pdf.t -> unit
|
|
|
|
val extract_struct_tree : Pdf.t -> Cpdfyojson.Safe.t
|
|
|
|
val replace_struct_tree : Pdf.t -> Cpdfyojson.Safe.t -> unit
|