Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-15 | Add split line table PDF to reference directory | Kurt | |
2019-04-19 | Added full support for UTF-8 font. With MIT license. | DarkFreedman | |
2019-02-21 | Add example usage for SetWordSpacing | Wojciech Matusiak | |
2016-12-02 | Issue #53 - Support for <RIGHT> alignment tag on basic HTML (#95) | Guillermo Pascual | |
* 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 | |||
2016-11-06 | Add tables examples ClippedTableCells and WrappedTableCells | Wilk | |
2016-08-18 | Allow default compression mode to be set. Go 1.7 introduces a new ↵ | Kurt | |
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. | |||
2016-07-30 | Correct names of various CellFormat examples and generated files | Kurt | |
2016-07-30 | Isolate embedded font data | Kurt | |
2016-06-05 | Add Font resource declaration to templates. Thank you geekpex | Kurt | |
2016-03-09 | Demonstrate UTF-8 translation with Portuguese pangram | Kurt | |
2015-10-12 | Reference PDFs generated by contributed packages | Kurt Jung | |
2015-10-12 | New reference files that changed as a result of the updated WriteAligned method. | Kurt Jung | |
2015-10-12 | Add reference PDFs for comparison purposes. Document comparison of example ↵ | Kurt Jung | |
documents. |