module Cpdfcreate:sig..end
Making new documents
val blank_document : float -> float -> int -> Pdf.tMake a blank document given x and y page dimensions in points and a number of pages
val blank_document_paper : Pdfpaper.t -> int -> Pdf.tThe same, but give a Pdfpaper.t paper size.