cpdf-source/cpdfcreate.mli

8 lines
278 B
OCaml
Raw Normal View History

2022-01-13 17:35:03 +01:00
(** Making new documents *)
2021-12-20 10:02:39 +01:00
(** Make a blank document given x and y page dimensions in points and a number of pages *)
val blank_document : float -> float -> int -> Pdf.t
(** The same, but give a Pdfpaper.t paper size. *)
val blank_document_paper : Pdfpaper.t -> int -> Pdf.t