Age | Commit message (Collapse) | Author |
|
reproducable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Generated font ID will now be the same across machines when generating
the same font file.
Generated image Id will now be the same across machines when generating
the same image file.
|
|
- Made font id a string which is a sha1 sum of the contents of the json
file.
|
|
|
|
- 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.
|
|
* 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
|
|
* 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
|
|
to ensure they will always implement (#212)
|
|
|
|
|
|
* Make SplitLines and MultiCell split at the same place
* Use integer math for SplitLines and MultiCell
|
|
documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pointers
|
|
|
|
|
|
CreateTemplate (#207)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows arbitrary barcode scaling, rather than whole multiple
as required by github.com/boombuler/barcode
|