summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2014-02-17 15:55:44 -0500
committerKurt Jung <kurt.w.jung@code.google.com>2014-02-17 15:55:44 -0500
commit79de4196673a7d880e08c1ba31fa8243004f9dbf (patch)
tree1a2f334ef9d4125502487a46243ea62a7c85aede /doc.go
parent54926dff7aced06e420e30acacf942650e7a6e59 (diff)
Added convenience function to write PDF to a file (rather than a Writer interface) and then close the PDF instance.
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc.go b/doc.go
index e93a4b5..2c1ce71 100644
--- a/doc.go
+++ b/doc.go
@@ -26,7 +26,7 @@ Features
• Automatic page breaks, line breaks, and text justification
-• Inclusion of JPEG, PNG and GIF images
+• Inclusion of JPEG, PNG, GIF and basic path-only SVG images
• Colors, gradients and alpha channel transparency
@@ -44,8 +44,6 @@ Features
• Clipping
-• Basic path-only SVG images
-
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 source text.