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
/
def.go
Age
Commit message (
Expand
)
Author
2019-09-07
Merge branch 'strikeout' of https://github.com/Rjinswand/gofpdf into Rjinswan...
Kurt
2019-09-07
Strikeout: use "S" as styleStr
Franz Fangmeyer
2019-08-30
comments for ImageInfoType
Joe Westcott
2019-08-22
Add SetUnderlineThickness method
Joe Westcott
2019-08-15
Add method `SetProducer`
Tim S
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-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-09
Add PageCount() method
Kurt
2019-02-27
added functionality to change the current page in the pdf document
Yash Kamothi
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-04
Fixed the Pdf interface to be implemented by Fpdf and Tpl again. Added tests ...
d1ngd0
2018-11-10
Add an example for Paul Montag's page box feature
Kurt
2018-11-10
Merge branch 'd1ngd0-ftr/boxes'
Kurt
2018-11-10
Added some comments to new encoding/decoding methods
Kurt
2018-11-10
Merge branch 'ftr/gob' of https://github.com/d1ngd0/gofpdf into d1ngd0-ftr/gob
Kurt
2018-11-08
Added page boxes
Paul Montag
2018-11-01
Explain in documentation why CreateTemplate() is deprecated.
Kurt
2018-10-31
Added Ability to turn template into a byte string
Paul Montag
2018-10-31
Added interface for Fpdf and Tpl
Paul Montag
2018-04-15
Add SetHeaderFuncMode() method to automatically set position to left and top ...
Kurt
2018-01-31
Move consts into def
Kevin Seidel
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-12
Add partial support for spot colors. This does not yet include gradients, etc
Kurt
2017-08-30
add xmp metadata output
Alexander Eichhorn
2017-07-19
Tweak some last page expressions and comments
Kurt
2017-07-19
Issue #121 Add Last Page information FooterFnc
Aloidev
2017-06-10
add the ability to include JavaScript in PDFs (#117)
Dan Meyers
2016-07-30
Isolate embedded font data
Kurt
2016-07-28
adding support to embedded fonts as byte array
Paulo Coutinho
2016-03-07
Satisfy golint with small changes to documentation. Remove diagnostic print s...
Kurt
2016-03-07
Support reading and/or setting image dpi
kentquirk
2015-10-10
Conditionally sort image catalog. Correct small typos.
Kurt Jung
2015-10-10
Implement conditional catalog sort feature
Kurt Jung
2015-10-10
Add method to fix document creation date
Kurt Jung
2015-08-04
Templating fixes
Marcus Downing
2015-07-12
implement GetAlpha
Stani
2015-07-12
added Fpdf.GetFontDesc method and documentation for FontDescType
Stani
2015-07-09
Add some font size and conversion methods that use document units rather than...
Kurt Jung
2015-06-27
Add SetFontLoader() method to load fonts from arbitrary locations
Claudio Felber
2015-06-27
Add SetDashPattern() method
Claudio Felber
2014-10-28
Robert Lillack's Beziergon function with example. Corrections to curve argume...
Kurt Jung
2014-09-16
Added layer functionality. This allows content to be placed into layers, the ...
Kurt Jung
2014-04-15
Document protection and example
Kurt Jung
[next]