diff options
author | Dave Barnes <phpdave11@gmail.com> | 2019-05-15 10:45:22 -0500 |
---|---|---|
committer | Dave Barnes <phpdave11@gmail.com> | 2019-05-15 10:45:22 -0500 |
commit | 0fb5126fefeb1a7be7ed1c4dac02539af931a237 (patch) | |
tree | 9dc1ccf5ee62e07661689720ad17773a1577d240 /doc | |
parent | 8f080922446313698730071fd92ca15900e6a941 (diff) |
Add support for imported objects and templates to version 1 of gofpdf.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/document.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/document.md b/doc/document.md index 33f5dac..de39656 100644 --- a/doc/document.md +++ b/doc/document.md @@ -226,7 +226,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 |