cpdf-source/cpdfocg.mli
John Whitington 9e58ad6613 more
2022-01-13 16:18:54 +00:00

17 lines
420 B
OCaml

(** Optional content groups *)
(** Return list of OCG names. *)
val ocg_get_list : Pdf.t -> string list
(** Print OCG list to Standard Output. *)
val ocg_list : Pdf.t -> unit
(** Coalesce same-named OCGs resulting from merge. *)
val ocg_coalesce : Pdf.t -> unit
(** Rename an OCG. *)
val ocg_rename : string -> string -> Pdf.t -> unit
(** Make sure every OCG is in the /Order. *)
val ocg_order_all : Pdf.t -> unit