summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2016-12-27 08:42:33 -0500
committerKurt <kurt.w.jung@gmail.com>2016-12-27 08:42:33 -0500
commit328db88096525175c22c4337b54cc9d809332c4a (patch)
treede4e417d949e106514a3ebb7722b6c8bb1c6b26b
parenta1764391c7954b6bf5f49d09d4a5a32924e74dc9 (diff)
List barcode generation as feature
-rw-r--r--README.md1
-rw-r--r--doc.go2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0b613f9..377b733 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ text, drawing and images.
* Document protection
* Layers
* Templates
+* Barcodes
gofpdf has no dependencies other than the Go standard library. All tests pass
on Linux, Mac and Windows platforms. Like FPDF version 1.7, from which gofpdf
diff --git a/doc.go b/doc.go
index 1ca754e..c7cf5da 100644
--- a/doc.go
+++ b/doc.go
@@ -50,6 +50,8 @@ Features
• Templates
+• Barcodes
+
gofpdf has no dependencies other than the Go standard library. All tests pass
on Linux, Mac and Windows platforms. Like FPDF version 1.7, from which gofpdf
is derived, this package does not yet support UTF-8 fonts. However, support is