factory CPDFPageSize.custom(int width, int height) { return CPDFPageSize._('custom', width, height, isCustom: true); }