summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent8f080922446313698730071fd92ca15900e6a941 (diff)
parenteca8e8f3216d7e07f60db6cea8fd5067d99e3c27 (diff)
Merge branch 'phpdave11-master'
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d5d14e..811bbc3 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ support for 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.
@@ -246,7 +247,8 @@ 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. Wojciech Matusiak added supported for word
-spacing. Artem Korotkiy added support of UTF-8 fonts.
+spacing. Artem Korotkiy added support of UTF-8 fonts. Dave Barnes added
+support for imported objects and templates.
## Roadmap