summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-20Merge branch 'master' of https://github.com/seletskiy/gofpdf into ↵Kurt
seletskiy-master
2019-07-18Revert "Merge branch 'seletskiy-master'"Kurt
This reverts commit a542cf333bc2e3e4e138bb4848f02997aba71ce9, reversing changes made to 3aaf0b1a66c0ab02d925917376898a5856061d59.
2019-07-18fix bug introduced in #279Stanislav Seletskiy
2019-07-18Merge branch 'seletskiy-master'Kurt
2019-07-18fix utf8 text wrappingStanislav Seletskiy
UTF8 text splitted correctly by SplitText function in WriteAligned method: https://github.com/jung-kurt/gofpdf/blob/3aaf0b1a66c0ab02d925917376898a5856061d59/fpdf.go#L2811 Then, lines of text are written via Write function, and if text is already wrapped by given width it will be printed using 'last chunk' case: https://github.com/jung-kurt/gofpdf/blob/3aaf0b1a66c0ab02d925917376898a5856061d59/fpdf.go#L2747,L2754 But in this case, gofpdf does not move cursor to the next cell, which cause all text to be printed on the same line without actual wrapping. This commit makes workaround for it by explicitly setting right margin to force automatic line break case: https://github.com/jung-kurt/gofpdf/blob/3aaf0b1a66c0ab02d925917376898a5856061d59/fpdf.go#L2705
2019-07-03Do not execute Multicell if instance is in error stateKurt
2019-06-23Merge branch 'tmcli-master'Kurt
2019-06-23Merge branch 'master' of https://github.com/tmcli/gofpdf into tmcli-masterKurt
2019-06-18Merge branch 'seletskiy-master'Kurt
2019-06-18Merge branch 'master' of https://github.com/seletskiy/gofpdf into ↵Kurt
seletskiy-master
2019-06-18Merge branch 'nanjj-master'Kurt
2019-06-18Demonstrate UTF8CutFont with test exampleKurt
2019-06-18WriteAligned: use SplitText for UTF-8Stanislav Seletskiy
2019-06-12Added UTF8CutFontJUN JIE NAN
With function `UTF8CutFont`, customized ttf font file(usually with small size) can be generated via gofpdf.
2019-06-10Improve write performanceCallum Li
2019-05-22Merge branch 'jrs526-master'Kurt
2019-05-22maintain precision of desired w & h of barcodesJustin Schlechte
This fixes an issue with barcode scaling that limited barcode sizes to integer multiples of the pdf's unit.
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 ↵Kurt
toncek345-master
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 ↵Kurt
out by this tool
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 ↵Kurt
README and doc.go
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