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
/
template_impl.go
Age
Commit message (
Expand
)
Author
2018-12-17
Refactored Encode and Decode functions, Fixed Template ID Conflicts
Paul Montag
2018-12-12
Added the ability to have multiple pages in a template (#216)
d1ngd0
2018-12-11
Fix comments according to best practices by effective go (#217)
CodeLingo Bot
2018-11-10
Added some comments to new encoding/decoding methods
Kurt
2018-11-10
Merge branch 'ftr/gob' of https://github.com/d1ngd0/gofpdf into d1ngd0-ftr/gob
Kurt
2018-11-07
Created helper functions for serialiation
Paul Montag
2018-11-07
Fixed nil encoding
Paul Montag
2018-11-07
Changed the byte encoding so we are no longer saving redundant data from poin...
Paul Montag
2018-11-05
fixed pointer values when mutltiple templates are used
Paul Montag
2018-11-01
orientation of a template is now defined by the parent document. depricated C...
d1ngd0
2018-10-31
Added Ability to turn template into a byte string
Paul Montag
2016-07-30
Fix some typos and other goreportcard violations
Kurt
2016-06-05
Copy fonts maps to template in order for font styles to work. Thanks, geekpex.
Kurt
2015-10-12
Add reference PDFs for comparison purposes. Document comparison of example do...
Kurt Jung
2015-08-12
License and attribution
Marcus Downing
2015-08-04
Templating
Marcus Downing