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.go
Age
Commit message (
Expand
)
Author
2018-12-22
Updated font id generation and image id (#222)
Paul Montag
2018-12-17
Fixed id collisions with fonts when encoding and decoding (#220)
d1ngd0
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-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-01
Explain in documentation why CreateTemplate() is deprecated.
Kurt
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
2017-11-24
Replace strings.Index with strings.Contains
Wang Guoliang
2016-08-18
Allow default compression mode to be set. Go 1.7 introduces a new compression...
Kurt
2016-06-05
Add Font resource declaration to templates. Thank you geekpex
Kurt
2015-10-13
Use %f rather than %F since earlier versions of Go did not support the latter...
Kurt Jung
2015-10-12
Add reference PDFs for comparison purposes. Document comparison of example do...
Kurt Jung
2015-10-11
Conditionally order another map iteration. Fix 'go vet' problem with unkeyed ...
Kurt Jung
2015-10-11
Conditionally sort two map iterations in template code; more to come.
Kurt Jung
2015-10-10
Conditionally sort image catalog. Correct small typos.
Kurt Jung
2015-08-12
License and attribution
Marcus Downing
2015-08-04
Templating
Marcus Downing