cpdf-source/cpdftoc.mli

5 lines
273 B
OCaml
Raw Normal View History

2022-01-13 17:18:54 +01:00
(** Table of contents *)
(** Typeset a table of contents and prepend to the document. *)
2022-09-23 20:06:07 +02:00
val typeset_table_of_contents : ?embedinfo:(Pdf.t * Pdfio.bytes * string * Pdftext.encoding) -> font:Pdftext.font -> fontsize:float -> title:string -> bookmark:bool -> Pdf.t -> Pdf.t