cpdf-source/cpdftexttopdf.mli
John Whitington 98d37b58a5 more
2022-01-13 16:35:03 +00:00

5 lines
164 B
OCaml

(** Text to PDF *)
(** Typeset a text file as a PDF. *)
val typeset : papersize:Pdfpaper.t -> font:Pdftext.standard_font -> fontsize:float -> Pdfio.bytes -> Pdf.t