summaryrefslogtreecommitdiff
path: root/pdf.go
diff options
context:
space:
mode:
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
}