mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-02 11:37:08 +01:00
5 lines
161 B
OCaml
5 lines
161 B
OCaml
(** Text to PDF *)
|
|
|
|
(** Typeset a text file as a PDF. *)
|
|
val typeset : papersize:Pdfpaper.t -> font:Cpdfembed.cpdffont -> fontsize:float -> Pdfio.bytes -> Pdf.t
|