Age | Commit message (Expand) | Author |
2017-11-24 | Replace strings.Index with strings.Contains | Wang Guoliang |
2017-11-12 | Add partial support for spot colors. This does not yet include gradients, etc | Kurt |
2017-09-29 | Add "Tabloid" page size (#138) | OlegFX |
2017-08-30 | output xmp earlier to not clash with trailer refs | Alexander Eichhorn |
2017-08-30 | add xmp metadata output | Alexander Eichhorn |
2017-07-19 | Remove reference to inapplicable example | 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 | add the ability to include JavaScript in PDFs (#117) | Dan Meyers |
2017-02-11 | Accept interfaces where appropriate. (#103) | dchapes |
2016-12-16 | Merge branch 'master' of https://github.com/jung-kurt/gofpdf | Kurt |
2016-12-16 | Clarify state of current position after call to MultiCell(). Thanks, Roger Fl... | Kurt |
2016-12-10 | Added A1 and A2 page sizes (#98) | Vinayak Nagpal |
2016-12-09 | Add page size for A6 (#97) | Sebastian Müller |
2016-09-08 | Adding support CMYK in parsejpg (#81) | midiland |
2016-08-18 | Allow default compression mode to be set. Go 1.7 introduces a new compression... | Kurt |
2016-08-01 | Check for error in ghostscript example | 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 | Isolate embedded font data | Kurt |
2016-07-28 | adding support to embedded fonts as byte array | Paulo Coutinho |
2016-07-03 | fpdf: typo | Chris Ramón |
2016-03-07 | Satisfy golint with small changes to documentation. Remove diagnostic print s... | Kurt |
2016-03-07 | Support reading and/or setting image dpi | kentquirk |
2015-10-12 | Add reference PDFs for comparison purposes. Document comparison of example do... | Kurt Jung |
2015-10-11 | Conditionally order another map iteration. Fix 'go vet' problem with unkeyed ... | Kurt Jung |
2015-10-11 | Conditionally sort two map iterations in template code; more to come. | Kurt Jung |
2015-10-10 | Conditionally sort image catalog. Correct small typos. | Kurt Jung |
2015-10-10 | Introduce helper functions to set default catalog sort flag and creation date... | Kurt Jung |
2015-10-10 | Implement conditional catalog sort feature | Kurt Jung |
2015-10-10 | Add method to fix document creation date | Kurt Jung |
2015-09-25 | Fpdf: add WriteAligned. | Jelmer Snoeck |
2015-08-31 | Add Barcode contribution package. | Jelmer Snoeck |
2015-08-21 | Change GetImageInfo to return pointer | Kurt Jung |
2015-08-19 | Add image information retrieval method and test | Kurt Jung |
2015-08-17 | Add method to clear current error | Kurt Jung |
2015-08-04 | Templating fixes | Marcus Downing |
2015-07-12 | implement GetAlpha | Stani |
2015-07-12 | GetFontDesc returns the current font descriptor if familyStr is empty | Stani |
2015-07-12 | implement vertical baseline alignment for text | Stani |
2015-07-12 | added Fpdf.GetFontDesc method and documentation for FontDescType | Stani |
2015-07-09 | Fixed duplicate name for SetFontSize and SetFontUnitSize | Kurt Jung |
2015-07-09 | Add some font size and conversion methods that use document units rather than... | Kurt Jung |
2015-07-07 | Convert sequential examples to ones that are bound to gofpdf methods. | Kurt Jung |
2015-07-06 | Start with the conversion of indexed examples to ones that are associated with | Kurt Jung |
2015-07-06 | implement full support for fill styles | Stani |
2015-07-06 | fix path drawing methods for ArcTo | Stani |