diff options
Diffstat (limited to 'contrib/ghostscript')
| -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" | 
