summaryrefslogtreecommitdiff
path: root/template.go
AgeCommit message (Expand)Author
2019-09-04Initialize derived template with parent imagesJoe Westcott
2018-12-22Updated font id generation and image id (#222)Paul Montag
2018-12-17Fixed id collisions with fonts when encoding and decoding (#220)d1ngd0
2018-12-17Refactored Encode and Decode functions, Fixed Template ID ConflictsPaul Montag
2018-12-12Added the ability to have multiple pages in a template (#216)d1ngd0
2018-11-10Merge branch 'ftr/gob' of https://github.com/d1ngd0/gofpdf into d1ngd0-ftr/gobKurt
2018-11-07Created helper functions for serialiationPaul Montag
2018-11-01Explain in documentation why CreateTemplate() is deprecated.Kurt
2018-11-01orientation of a template is now defined by the parent document. depricated C...d1ngd0
2018-10-31Added Ability to turn template into a byte stringPaul Montag
2017-11-24Replace strings.Index with strings.ContainsWang Guoliang
2016-08-18Allow default compression mode to be set. Go 1.7 introduces a new compression...Kurt
2016-06-05Add Font resource declaration to templates. Thank you geekpexKurt
2015-10-13Use %f rather than %F since earlier versions of Go did not support the latter...Kurt Jung
2015-10-12Add reference PDFs for comparison purposes. Document comparison of example do...Kurt Jung
2015-10-11Conditionally order another map iteration. Fix 'go vet' problem with unkeyed ...Kurt Jung
2015-10-11Conditionally sort two map iterations in template code; more to come.Kurt Jung
2015-10-10Conditionally sort image catalog. Correct small typos.Kurt Jung
2015-08-12License and attributionMarcus Downing
2015-08-04TemplatingMarcus Downing