cpdf-source/cpdfst.mli

5 lines
158 B
OCaml
Raw Normal View History

2024-07-03 14:38:38 +02:00
(** Structure trees *)
2024-07-03 14:42:09 +02:00
(** Trim structure tree to remove parts marked as not in the page range given. *)
val trim_structure_tree : Pdf.t -> int list -> unit