diff options
author | Nick White <git@njw.name> | 2020-04-14 11:07:07 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-04-14 11:07:07 +0100 |
commit | b4849ccab46cf3f55f109436153e45a175888792 (patch) | |
tree | f849a60b84bec7e9d8b49a73be1d5f635589df11 /pdf.go | |
parent | dacb5cf28e3ede3b9f1bbf2d9d80b5a9d0d1bc56 (diff) |
Remove unused PreprocPattern, allow sensible defaults with aws setup, and add a little more documentation
Diffstat (limited to 'pdf.go')
-rw-r--r-- | pdf.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ func pxToPt(i int) float64 { return float64(i) / pageWidth } +// Fpdf abstracts the gofpdf.Fpdf adding some useful methods type Fpdf struct { fpdf *gofpdf.Fpdf } |