mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more
This commit is contained in:
@ -1 +1,4 @@
|
|||||||
(* Operations on structure trees. *)
|
(* Operations on structure trees. *)
|
||||||
|
open Pdfutil
|
||||||
|
|
||||||
|
let trim_structure_tree pdf range = ()
|
||||||
|
@ -1 +1,4 @@
|
|||||||
(** Structure trees *)
|
(** Structure trees *)
|
||||||
|
|
||||||
|
(** Trim structure tree to remove parts marked as not in the page range given. *)
|
||||||
|
val trim_structure_tree : Pdf.t -> int list -> unit
|
||||||
|
Reference in New Issue
Block a user