mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-16 11:50:54 +01:00
5 lines
273 B
OCaml
5 lines
273 B
OCaml
(** Table of contents *)
|
|
|
|
(** Typeset a table of contents and prepend to the document. *)
|
|
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
|