cpdf-source/cpdfua.mli

13 lines
306 B
OCaml
Raw Normal View History

2024-05-28 17:59:41 +02:00
(** PDF/UA *)
2024-06-24 17:33:43 +02:00
val test_matterhorn_print : Pdf.t -> string -> unit
2024-06-24 17:33:43 +02:00
val test_matterhorn_json : Pdf.t -> string -> Cpdfyojson.Safe.t
2024-05-30 18:49:23 +02:00
val mark : Pdf.t -> unit
2024-06-03 16:49:52 +02:00
2024-06-18 16:28:19 +02:00
val remove_mark : Pdf.t -> unit
2024-06-03 16:49:52 +02:00
val extract_struct_tree : Pdf.t -> Cpdfyojson.Safe.t
val replace_struct_tree : Pdf.t -> Cpdfyojson.Safe.t -> unit