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-05-06
Added copyrights. And "right to left" languages support.
DarkFreedman
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
2018-12-22
Updated font id generation and image id (#222)
Paul Montag
2018-12-17
Fixed id collisions with fonts when encoding and decoding (#220)
d1ngd0
2018-12-17
Refactored Encode and Decode functions, Fixed Template ID Conflicts
Paul Montag
2018-12-11
Fix comments according to best practices by effective go (#217)
CodeLingo Bot
2018-11-16
Make SplitLines and MultiCell split at the same place (#210)
Wilk
2018-11-10
Add an example for Paul Montag's page box feature
Kurt
2018-11-08
Fixed a stupid bug
Paul Montag
2018-11-08
Added an error if an invalid box type is passed in
Paul Montag
2018-11-08
Added page boxes
Paul Montag
2018-09-15
fixed warnings gocritic 3.3 (#192)
Veselkov Konstantin
2018-06-15
Merge branch 'master' of https://github.com/jung-kurt/gofpdf
Kurt
2018-06-15
Support negative X position when placing image
Kurt
2018-06-01
Added public wrapper "GetPageSizeStr" of private method (#181)
Marcus Oblak
2018-04-20
EOF error when using reader (#176)
daill
2018-04-15
Add SetHeaderFuncMode() method to automatically set position to left and top ...
Kurt
2018-04-01
Emit Fill/Draw/Text color codes only if changed from current value
Kurt
2018-03-19
Add charting facility
Kurt
2018-02-03
sort the objs in the output more consistently
Andy Bakun
2018-01-08
Added generic alias-replacement function to enable Table of Contents function...
David Fish
2017-12-02
Add consts for page orientations (#150)
Paweł Słomka
2017-11-24
Replace strings.Index with strings.Contains
Wang Guoliang
2017-11-12
Add partial support for spot colors. This does not yet include gradients, etc
Kurt
2017-09-29
Add "Tabloid" page size (#138)
OlegFX
2017-08-30
output xmp earlier to not clash with trailer refs
Alexander Eichhorn
2017-08-30
add xmp metadata output
Alexander Eichhorn
2017-07-19
Remove reference to inapplicable example
Kurt
2017-07-19
Tweak some last page expressions and comments
Kurt
2017-07-19
Issue #121 Add Last Page information FooterFnc
Aloidev
2017-06-12
Fix typo in documentation
Kurt
2017-06-12
Trigger an error when attempting to render text if font has not been set
Kurt
2017-06-10
add the ability to include JavaScript in PDFs (#117)
Dan Meyers
2017-02-11
Accept interfaces where appropriate. (#103)
dchapes
2016-12-16
Merge branch 'master' of https://github.com/jung-kurt/gofpdf
Kurt
2016-12-16
Clarify state of current position after call to MultiCell(). Thanks, Roger Fl...
Kurt
2016-12-10
Added A1 and A2 page sizes (#98)
Vinayak Nagpal
2016-12-09
Add page size for A6 (#97)
Sebastian Müller
2016-09-08
Adding support CMYK in parsejpg (#81)
midiland
[next]