summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2014-04-15 19:10:09 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2014-04-15 19:10:09 -0400
commit49c0e81fbc7de8b74fabaf6b959ec1fa162bfe62 (patch)
treee2b5c8fd6177a1fc2ce6b287e7020971dac71033 /doc.go
parent4fcf797ac45777920197f0f3b216f69b5343bedb (diff)
Document protection and example
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go5
1 files changed, 4 insertions, 1 deletions
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