summaryrefslogtreecommitdiff
path: root/pdf.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-04-14 11:07:07 +0100
committerNick White <git@njw.name>2020-04-14 11:07:07 +0100
commitb4849ccab46cf3f55f109436153e45a175888792 (patch)
treef849a60b84bec7e9d8b49a73be1d5f635589df11 /pdf.go
parentdacb5cf28e3ede3b9f1bbf2d9d80b5a9d0d1bc56 (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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf.go b/pdf.go
index a03aecc..f8217ba 100644
--- a/pdf.go
+++ b/pdf.go
@@ -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
}