diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/example/example.go | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/internal/example/example.go b/internal/example/example.go index 56ffb23..edf2388 100644 --- a/internal/example/example.go +++ b/internal/example/example.go @@ -31,6 +31,7 @@ var gofpdfDir string  func init() {  	setRoot() +	gofpdf.SetDefaultCompression(false)  	gofpdf.SetDefaultCatalogSort(true)  	gofpdf.SetDefaultCreationDate(time.Date(2000, 1, 1, 0, 0, 0, 0, time.UTC))  } | 
