index
:
gofpdf
addtextrenderingmode
master
A PDF document generator with high level support for text, drawing and images
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpdf.go
Age
Commit message (
Expand
)
Author
2019-09-29
fix utf16 in bookmarks
Artem
2019-09-25
Merge from v2: Escape spaces in font family string to comply with PDF standard
Kurt
2019-09-07
Adjust various import paths, rename example function
Kurt
2019-09-07
Merge branch 'strikeout' of https://github.com/Rjinswand/gofpdf into Rjinswan...
Kurt
2019-09-07
Correct misspelled word
Kurt
2019-09-07
Strikeout: use "S" as styleStr
Franz Fangmeyer
2019-08-30
Prevent inserting duplicate images
Joe Westcott
2019-08-30
comments for ImageInfoType
Joe Westcott
2019-08-22
Add SetUnderlineThickness method
Joe Westcott
2019-08-21
fix split line bug
hyzgh
2019-08-21
fix split line bug
hyzgh
2019-08-20
improve the speed of MultiCell
hyzgh
2019-08-15
Add method `SetProducer`
Tim S
2019-08-12
Revise comment, fix style write, extend example for RoundedRect
Kurt
2019-08-11
adds RoundedRect per Issue #272
Brigham Thompson
2019-07-20
Wrap some comments
Kurt
2019-07-20
Correct placement of pageWidth variable
Kurt
2019-07-20
Merge branch 'master' of https://github.com/seletskiy/gofpdf into seletskiy-m...
Kurt
2019-07-18
Revert "Merge branch 'seletskiy-master'"
Kurt
2019-07-18
fix bug introduced in #279
Stanislav Seletskiy
2019-07-18
fix utf8 text wrapping
Stanislav Seletskiy
2019-07-03
Do not execute Multicell if instance is in error state
Kurt
2019-06-23
Merge branch 'master' of https://github.com/tmcli/gofpdf into tmcli-master
Kurt
2019-06-18
WriteAligned: use SplitText for UTF-8
Stanislav Seletskiy
2019-06-10
Improve write performance
Callum Li
2019-05-15
Merge branch 'master' of https://github.com/toncek345/gofpdf into toncek345-m...
Kurt
2019-05-15
Clean up code based on jung-kurt's feedback.
Dave Barnes
2019-05-15
Add support for imported objects and templates to version 1 of gofpdf.
Dave Barnes
2019-05-15
fix for not concating already defined filepath
Antonio Bosak
2019-05-10
Add SplitText() method for splitting utf-8 strings constrained by rendered width
Kurt
2019-05-07
Add command line goreportcard check; address ineffectual assignments called o...
Kurt
2019-05-06
Check for errors when loading UTF-8 font
Kurt
2019-05-06
Remove some ineffectual assignments as reported by goreportcard.com
Kurt
2019-05-06
Correct some misspellings
Kurt
2019-05-06
Adjust method comments to coform with Go documentation standards
Kurt
2019-05-06
Merge ArtemKor' UTF-8 pull request
Kurt
2019-05-06
Added copyrights. And "right to left" languages support.
DarkFreedman
2019-04-29
Add SetFontStyle method (#248)
Joe Westcott
2019-04-19
Added full support for UTF-8 font. With MIT license.
DarkFreedman
2019-04-17
Anka2310's modified fix for the right justify bug
Kurt
2019-04-17
Fix right alignment
Anka2310
2019-04-10
Add watermark example
Kurt
2019-04-09
Add PageCount() method
Kurt
2019-03-08
Remove additional graphics state checks
Joe Westcott
2019-03-06
Unconditionally assign colors (fill, text and draw) and line width, cap style...
Kurt
2019-02-28
Refer to example in SetPage() documentation.
Kurt
2019-02-27
added functionality to change the current page in the pdf document
Yash Kamothi
2019-02-21
Acknowledge word spacing author
Kurt
2019-02-21
Match precision of word spacing with rest of code.
Wojciech Matusiak
2019-02-21
Adds the ability to set word spacing.
Wojciech Matusiak
[next]