mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-12 16:57:08 +01:00
5 lines
237 B
OCaml
5 lines
237 B
OCaml
(** Text to PDF *)
|
|
|
|
(** Typeset a text file as a PDF. *)
|
|
val typeset : process_struct_tree:bool -> ?subformat:Cpdfua.subformat -> ?title:string -> papersize:Pdfpaper.t -> font:Cpdfembed.cpdffont -> fontsize:float -> Pdfio.bytes -> Pdf.t
|