cpdf-source/cpdfpagelabels.mli

6 lines
155 B
OCaml
Raw Normal View History

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