Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-17 | Refactored Encode and Decode functions, Fixed Template ID Conflicts | Paul Montag | |
- Updated Encode and Decode to ensure templates and images are pointers to the original objects - Refactored so encoding no longer has to create p and o labels for images - removed id from template and generate it using Bytes instead. | |||
2018-12-12 | Added the ability to have multiple pages in a template (#216) | d1ngd0 | |
* Added the ability to have multiple pages in a template Templates are now aware of the number of pages they have. The main additions are the FromPage and FromPages methods which allow you to extract a Template from a template if you pass in the page number. It follows the same page mechanism as FPDF where pages start in the index 1. * Update fpdf_test.go | |||
2018-12-11 | Fix comments according to best practices by effective go (#217) | CodeLingo Bot | |
* Fix comments according to best practices by effective go * Update font.go * Update fpdf_test.go * Update fpdf.go * Update example.go * Update util.go | |||
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 ↵ | Paul Montag | |
pointers | |||
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 ↵ | d1ngd0 | |
CreateTemplate (#207) | |||
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 ↵ | Kurt Jung | |
documents. | |||
2015-08-12 | License and attribution | Marcus Downing | |
2015-08-04 | Templating | Marcus Downing | |