From 79de4196673a7d880e08c1ba31fa8243004f9dbf Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Mon, 17 Feb 2014 15:55:44 -0500 Subject: Added convenience function to write PDF to a file (rather than a Writer interface) and then close the PDF instance. --- doc.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc.go') 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. -- cgit v1.2.1-24-ge1ad