summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--doc.go2
-rw-r--r--doc/document.md1
3 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index fdd8980..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.
diff --git a/doc.go b/doc.go
index 3295200..6ad0461 100644
--- a/doc.go
+++ b/doc.go
@@ -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.