From fe48001d4389ad79f7402b3c654c03409babac29 Mon Sep 17 00:00:00 2001 From: d1ngd0 Date: Tue, 4 Dec 2018 10:19:26 -0600 Subject: Fixed the Pdf interface to be implemented by Fpdf and Tpl again. Added tests to ensure they will always implement (#212) --- def.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'def.go') diff --git a/def.go b/def.go index 2bbb572..b1dbc8c 100644 --- a/def.go +++ b/def.go @@ -430,7 +430,8 @@ type Pdf interface { SetLineWidth(width float64) SetLink(link int, y float64, page int) SetMargins(left, top, right float64) - SetPageBox(t string, pb PageBox) + SetPageBoxRec(t string, pb PageBox) + SetPageBox(t string, x, y, wd, ht float64) SetProtection(actionFlag byte, userPassStr, ownerPassStr string) SetRightMargin(margin float64) SetSubject(subjectStr string, isUTF8 bool) -- cgit v1.2.1-24-ge1ad