mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-16 20:00:41 +01:00
5 lines
219 B
OCaml
5 lines
219 B
OCaml
(** Text to PDF *)
|
|
|
|
(** Typeset a text file as a PDF. *)
|
|
val typeset : ?embedinfo:(Pdf.t * Pdfio.bytes * string * Pdftext.encoding) -> papersize:Pdfpaper.t -> font:Pdftext.font -> fontsize:float -> Pdfio.bytes -> Pdf.t
|