go-pdf / fpdf

A PDF document generator with high level support for text, drawing and images
MIT License
515 stars 46 forks source link

fpdf: dubious pdfVersion handling #47

Closed sbinet closed 1 year ago

sbinet commented 1 year ago

in fpdf we can see multiple occurrences of:

if f.pdfVersion < "1.4" { ... }

it kind of works (as there are no "1.10" PDF version), but is brittle ("1.3" < "1.10" == false)