Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-01 | Check for error in ghostscript example | Kurt | |
2016-07-30 | Correct names of various CellFormat examples and generated files | Kurt | |
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 | Fix some typos and other goreportcard violations | Kurt | |
2016-07-30 | Fix lint violation in documentation | Kurt | |
2016-07-30 | Makefile for generating embedded calligra font file | Kurt | |
2016-07-30 | Acknowledge Paulo Coutinho for static embedded font support. | Kurt | |
2016-07-30 | Merge branch 'prsolucoes-master' | Kurt | |
2016-07-30 | Isolate embedded font data | Kurt | |
2016-07-28 | adding support to embedded fonts as byte array | Paulo Coutinho | |
2016-07-28 | adding support to embedded fonts as byte array | Paulo Coutinho | |
2016-07-03 | Merge pull request #78 from chris-ramon/patch-1 | Kurt Jung | |
fpdf: typo | |||
2016-07-03 | fpdf: typo | Chris Ramón | |
typo fix | |||
2016-06-30 | Merge branch 'waldyrious-patch-1' | Kurt | |
2016-06-30 | Change ISC to MIT | Kurt | |
2016-06-30 | Add title to license | Kurt | |
2016-06-30 | add license title | Waldir Pimenta | |
It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license) | |||
2016-06-05 | Copy fonts maps to template in order for font styles to work. Thanks, geekpex. | Kurt | |
2016-06-05 | Add Font resource declaration to templates. Thank you geekpex | Kurt | |
2016-05-16 | Reinstate OSX test with Travis CI | Kurt | |
2016-05-16 | Use go1.6.2 rather than development tip | Kurt | |
2016-05-16 | Temporarily remove OSX from Travis CI | Kurt | |
2016-05-16 | Merge branch 'ruudk-pdf417'. This provides support for PDF417 barcodes. | Kurt | |
2016-05-16 | Enhance documentation and add test for PDF417 barcode | Kurt | |
2016-05-16 | Pass columns and security level to Encode method | Ruud Kamphuis | |
2016-05-15 | Add support for Pdf417 barcodes | Ruud Kamphuis | |
2016-03-09 | Demonstrate UTF-8 translation with Portuguese pangram | Kurt | |
2016-03-09 | Test on Mac in addition to Linux | Kurt | |
2016-03-09 | Build docs | Kurt | |
2016-03-09 | Add Travis CI badge | Kurt | |
2016-03-09 | Register project with Travis CI | Kurt | |
2016-03-09 | Add some badges to the README | Kurt | |
2016-03-09 | Merge branch 'dpi' | Kurt | |
2016-03-09 | Acknowledge Kent Quirk's image resolution support | Kurt | |
2016-03-07 | Satisfy golint with small changes to documentation. Remove diagnostic print ↵ | Kurt | |
statement to allow tests to succeed. | |||
2016-03-07 | Support reading and/or setting image dpi | kentquirk | |
Adds the ability to support reading dpi from PNG images, and setting dpi on any image directly; this allows images to be displayed at the designed size. | |||
2016-02-18 | Factor example filenames | Kurt | |
2016-02-18 | Comment about command | Kurt | |
2016-02-18 | Demonstration of PDF size reduction with ghostscript | Kurt | |
2015-11-08 | Merge pull request #58 from jelmersnoeck/export-compare-bytes | Kurt Jung | |
Compare: make `CompareBytes` exported. | |||
2015-11-08 | Compare: make `CompareBytes` exported. | Jelmer Snoeck | |
All the "magic" of reference comparison happens within the `CompareBytes` function. Reading a file (with `ioutil.ReadFile`) gives you an array of bytes and gofpdf supports writing to a byte buffer, where we can easily get the bytes from. Exporting `CompareBytes` would make it possible to use this core functionality instead of having to convert the data into `io.Reader`. | |||
2015-10-29 | Merge pull request #55 from hypertornado/master | Kurt Jung | |
Add cp1250 map to embeddedMapList | |||
2015-10-29 | Add cp1250 map to embeddedMapList | Ondrej Odchazel | |
2015-10-20 | Merge pull request #49 from jung-kurt/compare-reference-pdf | Kurt Jung | |
Compare example PDFs with reference copies | |||
2015-10-20 | Remove listing of reference PDFs in README | Kurt Jung | |
2015-10-20 | Correct typo | Kurt Jung | |