cpdf-source/cpdfcreate.mli
John Whitington 6616516f77 more
2021-12-20 09:02:39 +00:00

8 lines
282 B
OCaml

(** {2 Making new documents} *)
(** 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