Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-07 | Adjust various import paths, rename example function | Kurt | |
2019-09-07 | Strikeout: use "S" as styleStr | Franz Fangmeyer | |
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 | |||
2017-11-12 | Remove default byte-for-byte comparison of generated PDF with reference PDF. ↵ | Kurt | |
This comparison step started as a means of assuring repeatability across platforms, but has been an ongoing source of frustration with ordering of internal dictionaries and resources. | |||
2017-08-30 | False | Darren McCleary | |
2017-08-30 | Updated example | Darren McCleary | |
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 | Change example test function name to comply with go vet | Kurt | |
2016-07-30 | Check for error in ghostscript example | Kurt | |
2016-07-30 | Correct example function name | Kurt | |
2016-07-30 | Fix some glitches reported by goreportcard.com | Kurt | |
2016-07-30 | Makefile for generating embedded calligra font file | Kurt | |
2016-07-30 | Isolate embedded font data | Kurt | |
2015-10-11 | Move default assignments to init function of example file from various test ↵ | Kurt Jung | |
files. Now any package that imports the example package will generate PDFs with sorted catalogs and a fixed creation timestamp. | |||
2015-10-09 | Remove some development comments | Kurt Jung | |
2015-10-09 | Implement PDF comparison with rudimentary byte-difference display. If a ↵ | Kurt Jung | |
reference file exists, it will be compared with its associated example file. If the reference file is missing, the associated example file is considered to be without differences. PDF files in any subdirectory named reference are not deleted when the test begins. This commit is broken -- it illustrates how the use of maps for fonts, images and other resources lead to different dictionary tables in the PDF document. | |||
2015-10-08 | Omit type in declaration assignment | Kurt Jung | |
2015-10-08 | Clarify a comment | Kurt Jung | |
2015-10-08 | Compare bytes of PDFs generated as examples with reference copies. ↵ | Kurt Jung | |
Differences in the CreationDate values are effectively ignored in the comparison. | |||
2015-08-27 | Delint documentation for example package | Kurt Jung | |
2015-08-27 | Simplified example | Kurt Jung | |
2015-08-26 | Factor various test example helper routines into their own internal package | Kurt Jung | |