cpdf-source/cpdftexttopdf.mli
John Whitington 989ab42c39 more
2022-09-23 19:06:07 +01:00

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