static PdfArray<PdfNum> fromNum(Iterable<num> list) { return PdfArray(list.map<PdfNum>((num e) => PdfNum(e)).toList()); }