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
2018-11-08
Added page boxes
Paul Montag
2018-11-01
Explain in documentation why CreateTemplate() is deprecated.
Kurt
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
2014-01-29
Factored basic SVG path rendering, basic HTML rendering, and color routines.
Kurt Jung
2013-11-15
Brush some lint off using github.com/golang/lint. This includes one breaking ...
Kurt Jung
2013-11-07
Lawrence Kesteloot provided code to allow an image's extent to be determined ...
Kurt Jung
2013-11-07
Go fmt one file.
Lawrence Kesteloot (lk
2013-11-07
Add a RegisterImage() function that adds the image to the PDF but not the page.
Lawrence Kesteloot (lk
2013-09-10
Transformation functionality adapted from Moritz Wagner and Andreas Würmser.
Kurt Jung
2013-09-08
Bookmark outline support submitted by Manuel Cornes
Kurt Jung
2013-08-26
Clarification to InitType documentation.
Kurt Jung
2013-08-24
Documentation tweaks
Kurt Jung
2013-08-24
Added PageSize() and NewCustom() methods
Kurt Jung
2013-08-23
Added clipping support adapted from script by Andreas Würmser
Kurt Jung
2013-08-13
Gradient support adapted from the FPDF gradients script by Andreas Würmser.
Kurt Jung
2013-08-13
Added support with example for transparency in a variety of blending modes.
Kurt Jung
2013-08-10
Added support for drawing curves and arcs with an example. This was adapted
Kurt Jung
2013-08-02
Initial commit into mercurial
Kurt Jung