From c3b07a69f6cea491b176205188e3451c91b9c96f Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 18 Feb 2016 15:54:06 -0500 Subject: Comment about command --- contrib/ghostscript/ghostscript.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib') 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" -- cgit v1.2.1-24-ge1ad