factory PdfRect.fromLTRB( double left, double top, double right, double bottom) { return PdfRect(left, top, right - left, bottom - top); }