summaryrefslogtreecommitdiff
path: root/fpdf.go
AgeCommit message (Expand)Author
2018-12-22Updated font id generation and image id (#222)Paul Montag
2018-12-17Fixed id collisions with fonts when encoding and decoding (#220)d1ngd0
2018-12-17Refactored Encode and Decode functions, Fixed Template ID ConflictsPaul Montag
2018-12-11Fix comments according to best practices by effective go (#217)CodeLingo Bot
2018-11-16Make SplitLines and MultiCell split at the same place (#210)Wilk
2018-11-10Add an example for Paul Montag's page box featureKurt
2018-11-08Fixed a stupid bugPaul Montag
2018-11-08Added an error if an invalid box type is passed inPaul Montag
2018-11-08Added page boxesPaul Montag
2018-09-15fixed warnings gocritic 3.3 (#192)Veselkov Konstantin
2018-06-15Merge branch 'master' of https://github.com/jung-kurt/gofpdfKurt
2018-06-15Support negative X position when placing imageKurt
2018-06-01Added public wrapper "GetPageSizeStr" of private method (#181)Marcus Oblak
2018-04-20EOF error when using reader (#176)daill
2018-04-15Add SetHeaderFuncMode() method to automatically set position to left and top ...Kurt
2018-04-01Emit Fill/Draw/Text color codes only if changed from current valueKurt
2018-03-19Add charting facilityKurt
2018-02-03sort the objs in the output more consistentlyAndy Bakun
2018-01-08Added generic alias-replacement function to enable Table of Contents function...David Fish
2017-12-02Add consts for page orientations (#150)Paweł Słomka
2017-11-24Replace strings.Index with strings.ContainsWang Guoliang
2017-11-12Add partial support for spot colors. This does not yet include gradients, etcKurt
2017-09-29Add "Tabloid" page size (#138)OlegFX
2017-08-30output xmp earlier to not clash with trailer refsAlexander Eichhorn
2017-08-30add xmp metadata outputAlexander Eichhorn
2017-07-19Remove reference to inapplicable exampleKurt
2017-07-19Tweak some last page expressions and commentsKurt
2017-07-19Issue #121 Add Last Page information FooterFncAloidev
2017-06-12Fix typo in documentationKurt
2017-06-12Trigger an error when attempting to render text if font has not been setKurt
2017-06-10add the ability to include JavaScript in PDFs (#117)Dan Meyers
2017-02-11Accept interfaces where appropriate. (#103)dchapes
2016-12-16Merge branch 'master' of https://github.com/jung-kurt/gofpdfKurt
2016-12-16Clarify state of current position after call to MultiCell(). Thanks, Roger Fl...Kurt
2016-12-10Added A1 and A2 page sizes (#98)Vinayak Nagpal
2016-12-09Add page size for A6 (#97)Sebastian Müller
2016-09-08Adding support CMYK in parsejpg (#81)midiland
2016-08-18Allow default compression mode to be set. Go 1.7 introduces a new compression...Kurt
2016-08-01Check for error in ghostscript exampleKurt
2016-07-30Fix some glitches reported by goreportcard.comKurt
2016-07-30Fix some typos and other goreportcard violationsKurt
2016-07-30Fix lint violation in documentationKurt
2016-07-30Isolate embedded font dataKurt
2016-07-28adding support to embedded fonts as byte arrayPaulo Coutinho
2016-07-03fpdf: typoChris Ramón
2016-03-07Satisfy golint with small changes to documentation. Remove diagnostic print s...Kurt
2016-03-07Support reading and/or setting image dpikentquirk
2015-10-12Add reference PDFs for comparison purposes. Document comparison of example do...Kurt Jung
2015-10-11Conditionally order another map iteration. Fix 'go vet' problem with unkeyed ...Kurt Jung
2015-10-11Conditionally sort two map iterations in template code; more to come.Kurt Jung