Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
style and line join style so that the manipulation of these properties in transformations, which begin with default values, will work as intended. Add example to demonstrate expected results.
|
|
reproducable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
margin after header function is called. Backward compatibility is preserved. This addresses issue #174.
|
|
|
|
|
|
|
|
name so that example hang's off of RegisterAlias method in documentation
|
|
functionality
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Added <RIGHT> tag support to the html basic parser. Also added a test line for the RIGHT alignment on fpdf_test ExampleFpdf_HTMLBasicNew
* Updated the reference PDF for HTMLBasicNew
|
|
|
|
Good catch, @flibustenet -- thanks!
|
|
|
|
compression/flate routine that results in different compressed streams than before. Consequently, PDFs generated with go 1.7 are not generally binary-equivalent with those generated with previous versions. Turning off compression for test files removes this variability. However, it does not help with PDFs that contain images. For now, those reference PDFs have been removed to allow tests to proceed.
|
|
|
|
|