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
/
util.go
Age
Commit message (
Expand
)
Author
2015-07-07
Convert sequential examples to ones that are bound to gofpdf methods.
Kurt Jung
2015-07-04
fix typo in documentation string
Stani
2015-06-27
Add SetDashPattern() method
Claudio Felber
2014-08-22
Embed core font definition files and the 1252 code page in the application. O...
Kurt Jung
2014-04-14
Call String() on buffer than casting Bytes() to string.
Kurt Jung
2014-04-12
UTF-8 rune to code page byte translator so that some UTF-8 text can be conver...
Kurt Jung
2014-04-12
Ivan Daniluk's patch to compress images more quickly.
Kurt Jung
2014-04-12
Added possibility to register images via custom Reader.
Ivan Daniluk
2013-11-15
Brush some lint off using github.com/golang/lint. This includes one breaking ...
Kurt Jung
2013-08-28
Placed tests in separate package. This keeps tests from having privileged acc...
Kurt Jung
2013-08-25
Removed debugging code, specifically the dump function that uses the spew pac...
Kurt Jung
2013-08-24
Documentation tweaks
Kurt Jung
2013-08-23
Added clipping support adapted from script by Andreas Würmser
Kurt Jung
2013-08-08
Corrected tag matching bug
Kurt Jung
2013-08-02
Initial commit into mercurial
Kurt Jung