summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-05-15 12:44:01 -0400
committerKurt <kurt.w.jung@gmail.com>2019-05-15 12:44:01 -0400
commit5a54c683de36b69f4a8bc4575f15fe6c1ecdebd9 (patch)
tree9cb1a09627c5340e6be7175aa7e90858ca1a61d2 /doc
parent8f080922446313698730071fd92ca15900e6a941 (diff)
parenteca8e8f3216d7e07f60db6cea8fd5067d99e3c27 (diff)
Merge branch 'phpdave11-master'
Diffstat (limited to 'doc')
-rw-r--r--doc/document.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/document.md b/doc/document.md
index 33f5dac..fa544af 100644
--- a/doc/document.md
+++ b/doc/document.md
@@ -29,6 +29,7 @@ text, drawing and images.
* Templates
* Barcodes
* Charting facility
+* Import PDFs as templates
gofpdf has no dependencies other than the Go standard library. All tests pass
on Linux, Mac and Windows platforms.
@@ -226,7 +227,7 @@ 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. Wojciech
Matusiak added supported for word spacing. Artem Korotkiy added support of
-UTF-8 fonts.
+UTF-8 fonts. Dave Barnes added support for imported objects and templates.
## Roadmap