summaryrefslogtreecommitdiff
path: root/fpdf.go
AgeCommit message (Expand)Author
2019-09-29fix utf16 in bookmarksArtem
2019-09-25Merge from v2: Escape spaces in font family string to comply with PDF standardKurt
2019-09-07Adjust various import paths, rename example functionKurt
2019-09-07Merge branch 'strikeout' of https://github.com/Rjinswand/gofpdf into Rjinswan...Kurt
2019-09-07Correct misspelled wordKurt
2019-09-07Strikeout: use "S" as styleStrFranz Fangmeyer
2019-08-30Prevent inserting duplicate imagesJoe Westcott
2019-08-30comments for ImageInfoTypeJoe Westcott
2019-08-22Add SetUnderlineThickness methodJoe Westcott
2019-08-21fix split line bughyzgh
2019-08-21fix split line bughyzgh
2019-08-20improve the speed of MultiCellhyzgh
2019-08-15Add method `SetProducer`Tim S
2019-08-12Revise comment, fix style write, extend example for RoundedRectKurt
2019-08-11adds RoundedRect per Issue #272Brigham Thompson
2019-07-20Wrap some commentsKurt
2019-07-20Correct placement of pageWidth variableKurt
2019-07-20Merge branch 'master' of https://github.com/seletskiy/gofpdf into seletskiy-m...Kurt
2019-07-18Revert "Merge branch 'seletskiy-master'"Kurt
2019-07-18fix bug introduced in #279Stanislav Seletskiy
2019-07-18fix utf8 text wrappingStanislav Seletskiy
2019-07-03Do not execute Multicell if instance is in error stateKurt
2019-06-23Merge branch 'master' of https://github.com/tmcli/gofpdf into tmcli-masterKurt
2019-06-18WriteAligned: use SplitText for UTF-8Stanislav Seletskiy
2019-06-10Improve write performanceCallum Li
2019-05-15Merge branch 'master' of https://github.com/toncek345/gofpdf into toncek345-m...Kurt
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-07Add command line goreportcard check; address ineffectual assignments called o...Kurt
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-06Adjust method comments to coform with Go documentation standardsKurt
2019-05-06Merge ArtemKor' UTF-8 pull requestKurt
2019-05-06Added copyrights. And "right to left" languages support.DarkFreedman
2019-04-29Add SetFontStyle method (#248)Joe Westcott
2019-04-19Added full support for UTF-8 font. With MIT license.DarkFreedman
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-08Remove additional graphics state checksJoe Westcott
2019-03-06Unconditionally assign colors (fill, text and draw) and line width, cap style...Kurt
2019-02-28Refer to example in SetPage() documentation.Kurt
2019-02-27added functionality to change the current page in the pdf documentYash Kamothi
2019-02-21Acknowledge word spacing authorKurt
2019-02-21Match precision of word spacing with rest of code.Wojciech Matusiak
2019-02-21Adds the ability to set word spacing.Wojciech Matusiak