sig
  type t = PdfPoint | Inch | Centimetre | Millimetre | Pixel
  val convert : float -> Pdfunits.t -> Pdfunits.t -> float -> float
end