diff options
| author | Kurt <kurt.w.jung@gmail.com> | 2019-05-15 12:43:04 -0400 | 
|---|---|---|
| committer | Kurt <kurt.w.jung@gmail.com> | 2019-05-15 12:43:04 -0400 | 
| commit | eca8e8f3216d7e07f60db6cea8fd5067d99e3c27 (patch) | |
| tree | 9cb1a09627c5340e6be7175aa7e90858ca1a61d2 | |
| parent | ce8a12ff5655c57989b925abc0b8a3a1e6535d59 (diff) | |
Add PDF import as feature in documentation
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | doc.go | 2 | ||||
| -rw-r--r-- | doc/document.md | 1 | 
3 files changed, 4 insertions, 0 deletions
| @@ -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. @@ -42,6 +42,8 @@ Features  -   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. diff --git a/doc/document.md b/doc/document.md index de39656..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. | 
