cpdf-source/cpdfpagelabels.mli

6 lines
155 B
OCaml
Raw Normal View History

2022-01-13 17:18:54 +01:00
(** Page labels *)
2021-12-20 10:02:39 +01:00
(** Add page labels. *)
val add_page_labels :
Pdf.t -> bool -> Pdfpagelabels.labelstyle -> string option -> int -> int list -> unit