cpdf-source/cpdftoc.mli

5 lines
215 B
OCaml
Raw Normal View History

2022-01-13 16:18:54 +00:00
(** Table of contents *)
(** Typeset a table of contents and prepend to the document. *)
2022-10-19 15:34:19 +01:00
val typeset_table_of_contents : font:Cpdfembed.cpdffont -> fontsize:float -> title:string -> bookmark:bool -> Pdf.t -> Pdf.t