From 49c0e81fbc7de8b74fabaf6b959ec1fa162bfe62 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 15 Apr 2014 19:10:09 -0400 Subject: Document protection and example --- doc.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index db47f92..5399b02 100644 --- a/doc.go +++ b/doc.go @@ -44,6 +44,8 @@ Features • Clipping +• Document protection + 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 @@ -59,7 +61,8 @@ transparency script by Martin Hall-May. Support for gradients and clipping is adapted from FPDF scripts by Andreas Würmser. Support for outline bookmarks is adapted from Olivier Plathey by Manuel Cornes. Support for transformations is adapted from the FPDF transformation script by Moritz Wagner and Andreas -Würmser. Lawrence Kesteloot provided code to allow an image's extent to be +Würmser. PDF protection is adapted from the work of Klemen Vodopivec for the +FPDF product. Lawrence Kesteloot provided code to allow an image's extent to be determined prior to placement. Support for vertical alignment within a cell was provided by Stefan Schroeder. Ivan Daniluk generalized the font and image loading code to use the Reader interface while maintaining backward -- cgit v1.2.1-24-ge1ad