index
:
gofpdf
addtextrenderingmode
master
A PDF document generator with high level support for text, drawing and images
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
2018-12-11
Fix comments according to best practices by effective go (#217)
CodeLingo Bot
2017-11-12
Remove default byte-for-byte comparison of generated PDF with reference PDF. ...
Kurt
2017-08-30
False
Darren McCleary
2017-08-30
Updated example
Darren McCleary
2016-08-18
Allow default compression mode to be set. Go 1.7 introduces a new compression...
Kurt
2016-07-30
Change example test function name to comply with go vet
Kurt
2016-07-30
Check for error in ghostscript example
Kurt
2016-07-30
Correct example function name
Kurt
2016-07-30
Fix some glitches reported by goreportcard.com
Kurt
2016-07-30
Makefile for generating embedded calligra font file
Kurt
2016-07-30
Isolate embedded font data
Kurt
2015-10-11
Move default assignments to init function of example file from various test f...
Kurt Jung
2015-10-09
Remove some development comments
Kurt Jung
2015-10-09
Implement PDF comparison with rudimentary byte-difference display. If a refer...
Kurt Jung
2015-10-08
Omit type in declaration assignment
Kurt Jung
2015-10-08
Clarify a comment
Kurt Jung
2015-10-08
Compare bytes of PDFs generated as examples with reference copies. Difference...
Kurt Jung
2015-08-27
Delint documentation for example package
Kurt Jung
2015-08-27
Simplified example
Kurt Jung
2015-08-26
Factor various test example helper routines into their own internal package
Kurt Jung