mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-01-05 13:27:23 +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
|