cpdf-source/cpdftexttopdf.mli

5 lines
223 B
OCaml
Raw Normal View History

2022-01-13 17:35:03 +01:00
(** Text to PDF *)
(** Typeset a text file as a PDF. *)
val typeset : ?subformat:Cpdfua.subformat option -> ?title:string option -> papersize:Pdfpaper.t -> font:Cpdfembed.cpdffont -> fontsize:float -> Pdfio.bytes -> Pdf.t