summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-22Merge branch 'jrs526-master'Kurt
2019-05-22maintain precision of desired w & h of barcodesJustin Schlechte
2019-05-18Generalize awk script that produces doc.goKurt
2019-05-15Add split line table PDF to reference directoryKurt
2019-05-15Merge branch 'toncek345-master'Kurt
2019-05-15Merge branch 'master' of https://github.com/toncek345/gofpdf into toncek345-m...Kurt
2019-05-15Merge branch 'phpdave11-master'Kurt
2019-05-15Add PDF import as feature in documentationKurt
2019-05-15Clean up code based on jung-kurt's feedback.Dave Barnes
2019-05-15Add support for imported objects and templates to version 1 of gofpdf.Dave Barnes
2019-05-15fix for not concating already defined filepathAntonio Bosak
2019-05-10Add SplitText() method for splitting utf-8 strings constrained by rendered widthKurt
2019-05-09Handle errors in UTF-8 exampleKurt
2019-05-07Add command line goreportcard check; address ineffectual assignments called o...Kurt
2019-05-07Add note about CJK fontsKurt
2019-05-06Check for errors when loading UTF-8 fontKurt
2019-05-06Remove some ineffectual assignments as reported by goreportcard.comKurt
2019-05-06Correct some misspellingsKurt
2019-05-06Reorganize documentation slightly. Place utf-8 feature more prominently.Kurt
2019-05-06Convey changes made in README to doc/document.txt so pandoc can generate READ...Kurt
2019-05-06Adjust method comments to coform with Go documentation standardsKurt
2019-05-06Merge branch 'ArtemKor-master'Kurt
2019-05-06Merge ArtemKor' UTF-8 pull requestKurt
2019-05-06Added "right to left" languages support.DarkFreedman
2019-05-06Added copyrights. And "right to left" languages support.DarkFreedman
2019-05-04Use Pandoc to generate README and doc.goKurt
2019-04-30Reinstate badgesKurt
2019-04-30Correct spacing after listKurt
2019-04-30Correct link for go vetKurt
2019-04-30Modify some link targetsKurt
2019-04-30Remove README templateKurt
2019-04-30Try again to remove badges in READMEKurt
2019-04-30Remove badges in READMEKurt
2019-04-30Use Lua script to generate README, doc.go and index.html rather than autoreadmeKurt
2019-04-29Add go version in go.modKurt
2019-04-29Add SetFontStyle method (#248)Joe Westcott
2019-04-19Added full support for UTF-8 font. With MIT license.DarkFreedman
2019-04-17Merge branch 'Anka2310-patch-1'Kurt
2019-04-17Anka2310's modified fix for the right justify bugKurt
2019-04-17Fix right alignmentAnka2310
2019-04-10Add watermark exampleKurt
2019-04-09Add PageCount() methodKurt
2019-03-09Factored pattern draw for transformation / graphic state testKurt
2019-03-09Merge branch 'joewestcott-graphics-state-checks'Kurt
2019-03-08Remove additional graphics state checksJoe Westcott
2019-03-06Unconditionally assign colors (fill, text and draw) and line width, cap style...Kurt
2019-02-28Use local instance of random number generator so example documents are reprod...Kurt
2019-02-28Refer to example in SetPage() documentation.Kurt
2019-02-28Merge branch 'ykamo001-master'Kurt
2019-02-27added example for SetPage method of fpdfykamo001