diff options
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/create.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/create.go b/pdf/create.go index abf0284..79184a4 100644 --- a/pdf/create.go +++ b/pdf/create.go @@ -41,6 +41,7 @@ func Create(file string, format rules.Set, contents lex.Screenplay) { pdf.SetMargins(1, 1, 1) pdf.SetXY(1, 1) f := Tree{ + PDF: pdf, Rules: format, F: contents, } |