From b4849ccab46cf3f55f109436153e45a175888792 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 14 Apr 2020 11:07:07 +0100 Subject: Remove unused PreprocPattern, allow sensible defaults with aws setup, and add a little more documentation --- pdf.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pdf.go') 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 } -- cgit v1.2.1-24-ge1ad