diff options
author | Kurt <kurt.w.jung@gmail.com> | 2016-12-27 08:42:33 -0500 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2016-12-27 08:42:33 -0500 |
commit | 328db88096525175c22c4337b54cc9d809332c4a (patch) | |
tree | de4e417d949e106514a3ebb7722b6c8bb1c6b26b | |
parent | a1764391c7954b6bf5f49d09d4a5a32924e74dc9 (diff) |
List barcode generation as feature
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | doc.go | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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 @@ -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 |