summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2018-11-10 14:21:54 -0500
committerKurt <kurt.w.jung@gmail.com>2018-11-10 14:21:54 -0500
commit412d885ded2ae0364f78168e8e88c9451c61d32b (patch)
tree5f7f77500b9fedcc31f41283db86353a17a905dc /doc.go
parent41627bb3061b250ed757f243df74918986177ec9 (diff)
Add an example for Paul Montag's page box feature
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc.go b/doc.go
index 534b1d7..deb9227 100644
--- a/doc.go
+++ b/doc.go
@@ -235,10 +235,10 @@ account when calculating image size. Paulo Coutinho provided support for static
embedded fonts. Dan Meyers added support for embedded JavaScript. David Fish
added a generic alias-replacement function to enable, among other things, table
of contents functionality. Andy Bakun identified and corrected a problem in
-which the internal catalogs were not sorted stably. d1ngd0 added encoding and
-decoding functionality for templates, including images that are embedded in
-templates; this allows templates to be stored independently of gofpdf.
-
+which the internal catalogs were not sorted stably. Paul Montag added encoding
+and decoding functionality for templates, including images that are embedded in
+templates; this allows templates to be stored independently of gofpdf. Paul
+also added support for page boxes used in printing PDF documents.
Roadmap