diff options
author | Kurt <kurt.w.jung@gmail.com> | 2016-02-18 15:54:06 -0500 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2016-02-18 15:54:06 -0500 |
commit | c3b07a69f6cea491b176205188e3451c91b9c96f (patch) | |
tree | 3ecd23636787b481881f96d0b3ade34f2e9a45dd /contrib | |
parent | b56ba6c31fb6e12aab4bc92b7f823f2b3acb5742 (diff) |
Comment about command
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ghostscript/ghostscript.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ghostscript/ghostscript.go b/contrib/ghostscript/ghostscript.go index 90f9135..f9e5c4f 100644 --- a/contrib/ghostscript/ghostscript.go +++ b/contrib/ghostscript/ghostscript.go @@ -1,5 +1,9 @@ package main +// This command demonstrates the use of ghotscript to reduce the size +// of generated PDFs. This is based on a comment made by farkerhaiku: +// https://github.com/jung-kurt/gofpdf/issues/57#issuecomment-185843315 + import ( "fmt" "os" |