Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-19 | Add charting facility | Kurt | |
2018-02-03 | Acknowledge Andy Bakun's fix for catalog sort | Kurt | |
2018-02-03 | Merge branch 'thwarted-stable-obj-ordering' | Kurt | |
2018-02-03 | sort the objs in the output more consistently | Andy Bakun | |
When CatalogSort is enabled, the sort.Strings routine is used to order the "keys" used for the various objects being put into the PDF. Use sort.SliceStable instead, and specify a function Less function that, if possible, uses an attribute of the objs being sorted. This is more deterministic. | |||
2018-01-31 | Merge branch 'moogle19-add_consts' | Kurt | |
2018-01-31 | Move consts into def | Kevin Seidel | |
2018-01-31 | Merge branch 'master' of https://github.com/jung-kurt/gofpdf | Kevin Seidel | |
2018-01-31 | Rename types to const | Kevin Seidel | |
2018-01-08 | Acknowledge David Fish's generic alias replacement contribution; change test ↵ | Kurt | |
name so that example hang's off of RegisterAlias method in documentation | |||
2018-01-08 | Merge branch 'dsfish-df-table-of-contents' | Kurt | |
2018-01-08 | Added generic alias-replacement function to enable Table of Contents ↵ | David Fish | |
functionality | |||
2018-01-02 | Merge branch 'master' of https://github.com/jung-kurt/gofpdf | Kevin Seidel | |
2018-01-02 | Add constants for Orientation, Alignment, ... | Kevin Seidel | |
2017-12-21 | Merge branch 'danmeyers-get-barcode-dims_prevent-scaling' | Kurt | |
2017-12-21 | Merge branch 'get-barcode-dims_prevent-scaling' of ↵ | Kurt | |
https://github.com/danmeyers/gofpdf into danmeyers-get-barcode-dims_prevent-scaling | |||
2017-12-20 | make barcode scaling optional, provide a method to get unscaled barcode ↵ | Dan Meyers | |
dimensions | |||
2017-12-02 | Add consts for page orientations (#150) | Paweł Słomka | |
2017-11-24 | Merge branch 'wgliang-master' | Kurt | |
2017-11-24 | Replace strings.Index with strings.Contains | Wang Guoliang | |
2017-11-24 | Update LICENSE | Kurt Jung | |
Adjust the wording so GitHub parses file properly | |||
2017-11-24 | Rename license.txt to LICENSE (#145) | Alexey Palazhchenko | |
So it is automatically parsed by GitHub | |||
2017-11-12 | Add partial support for spot colors. This does not yet include gradients, etc | Kurt | |
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-09-29 | Add "Tabloid" page size (#138) | OlegFX | |
Add "Tabloid" page size, 11 x 17 inches according to ANSI X3.151. | |||
2017-09-03 | Use up-to-date version of Go for Travis CI; try again | Kurt | |
2017-09-03 | Use up-to-date version of Go for Travis CI | Kurt | |
2017-09-03 | Note the conditions in which the PDFs generated during the test are compared ↵ | Kurt | |
with reference files. | |||
2017-09-03 | Merge branch 'darrenmcc-print-diff-flag' | Kurt | |
2017-08-30 | False | Darren McCleary | |
2017-08-30 | Updated example | Darren McCleary | |
2017-08-30 | Added flag to print PDF byte diffs | Darren McCleary | |
2017-08-30 | Merge branch 'echa-master' | Kurt | |
2017-08-30 | output xmp earlier to not clash with trailer refs | Alexander Eichhorn | |
2017-08-30 | add xmp metadata output | Alexander Eichhorn | |
2017-08-25 | Demonstrate word-wrapping in table cells | Kurt | |
2017-08-18 | Return 'do nothing' function for Unicode translator rather than nil if ↵ | Kurt | |
document is in error state | |||
2017-07-19 | Remove reference to inapplicable example | Kurt | |
2017-07-19 | Merge branch 'aloidev-LastPageIndicator' | Kurt | |
2017-07-19 | Tweak some last page expressions and comments | Kurt | |
2017-07-19 | Issue #121 Add Last Page information FooterFnc | Aloidev | |
2017-06-12 | Fix typo in documentation | Kurt | |
2017-06-12 | Trigger an error when attempting to render text if font has not been set | Kurt | |
2017-06-10 | prevent panic when registering barcode fails (#118) | Dan Meyers | |
2017-06-10 | Thanks, Dan Meyers, for embedded JavaScript support | Kurt Jung | |
2017-06-10 | add the ability to include JavaScript in PDFs (#117) | Dan Meyers | |
2017-05-05 | Add space between Markdown hashes and header | Kurt Jung | |
2017-05-05 | Note lack of support for Chinese, Arabic and other multi-codepage fonts | Kurt Jung | |
2017-03-25 | Fixed heading in README.md (#106) | Marco Vito Moscaritolo | |
* Fixed heading in README.md * Fixed example heading | |||
2017-02-11 | Accept interfaces where appropriate. (#103) | dchapes | |
* Accept interfaces where appropriate. `Fpdf.RawWriteBuf` only needs an `io.Reader`, it doesn't have to be a `bytes.Buffer`. The only reason I can see not to do this is to avoid the interface "boxing" if the caller is actually using a `bytes.Buffer`; however, since eventually this gets into `binary.Read` which takes an `io.Reader` the boxing will happen anyway (and possibly repeatedly if `readByte` gets called a number of times; I didn't bother to check). * Also use interface for segmentRead * Use read-only bytes.Reader instead of bytes.Buffer where appropriate. | |||
2016-12-27 | List barcode generation as feature | Kurt | |