summaryrefslogtreecommitdiff
path: root/template_impl.go
AgeCommit message (Expand)Author
2019-09-04Initialize derived template with parent imagesJoe Westcott
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-12-11Fix comments according to best practices by effective go (#217)CodeLingo Bot
2018-11-10Added some comments to new encoding/decoding methodsKurt
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-07Fixed nil encodingPaul Montag
2018-11-07Changed the byte encoding so we are no longer saving redundant data from poin...Paul Montag
2018-11-05fixed pointer values when mutltiple templates are usedPaul Montag
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
2016-07-30Fix some typos and other goreportcard violationsKurt
2016-06-05Copy fonts maps to template in order for font styles to work. Thanks, geekpex.Kurt
2015-10-12Add reference PDFs for comparison purposes. Document comparison of example do...Kurt Jung
2015-08-12License and attributionMarcus Downing
2015-08-04TemplatingMarcus Downing