Age | Commit message (Collapse) | Author |
|
* 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
|
|
* gofpdf: add support for Go modules
* gofpdf: apply goimports
|
|
|
|
|
|
|
|
|
|
While you're using a reader for i.e. an image you'll receive an EOF from go's io package which leads to pdf creation error
|
|
margin after header function is called. Backward compatibility is preserved. This addresses issue #174.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|