summaryrefslogtreecommitdiff
path: root/doc/document.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/document.md')
-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