summaryrefslogtreecommitdiff
path: root/def.go
AgeCommit message (Expand)Author
2018-04-15Add SetHeaderFuncMode() method to automatically set position to left and top ...Kurt
2018-01-31Move consts into defKevin Seidel
2018-01-08Added generic alias-replacement function to enable Table of Contents function...David Fish
2017-12-02Add consts for page orientations (#150)Paweł Słomka
2017-11-12Add partial support for spot colors. This does not yet include gradients, etcKurt
2017-08-30add xmp metadata outputAlexander Eichhorn
2017-07-19Tweak some last page expressions and commentsKurt
2017-07-19Issue #121 Add Last Page information FooterFncAloidev
2017-06-10add the ability to include JavaScript in PDFs (#117)Dan Meyers
2016-07-30Isolate embedded font dataKurt
2016-07-28adding support to embedded fonts as byte arrayPaulo Coutinho
2016-03-07Satisfy golint with small changes to documentation. Remove diagnostic print s...Kurt
2016-03-07Support reading and/or setting image dpikentquirk
2015-10-10Conditionally sort image catalog. Correct small typos.Kurt Jung
2015-10-10Implement conditional catalog sort featureKurt Jung
2015-10-10Add method to fix document creation dateKurt Jung
2015-08-04Templating fixesMarcus Downing
2015-07-12implement GetAlphaStani
2015-07-12added Fpdf.GetFontDesc method and documentation for FontDescTypeStani
2015-07-09Add some font size and conversion methods that use document units rather than...Kurt Jung
2015-06-27Add SetFontLoader() method to load fonts from arbitrary locationsClaudio Felber
2015-06-27Add SetDashPattern() methodClaudio Felber
2014-10-28Robert Lillack's Beziergon function with example. Corrections to curve argume...Kurt Jung
2014-09-16Added layer functionality. This allows content to be placed into layers, the ...Kurt Jung
2014-04-15Document protection and exampleKurt Jung
2014-01-29Factored basic SVG path rendering, basic HTML rendering, and color routines.Kurt Jung
2013-11-15Brush some lint off using github.com/golang/lint. This includes one breaking ...Kurt Jung
2013-11-07Lawrence Kesteloot provided code to allow an image's extent to be determined ...Kurt Jung
2013-11-07Go fmt one file.Lawrence Kesteloot (lk
2013-11-07Add a RegisterImage() function that adds the image to the PDF but not the page.Lawrence Kesteloot (lk
2013-09-10Transformation functionality adapted from Moritz Wagner and Andreas Würmser.Kurt Jung
2013-09-08Bookmark outline support submitted by Manuel CornesKurt Jung
2013-08-26Clarification to InitType documentation.Kurt Jung
2013-08-24Documentation tweaksKurt Jung
2013-08-24Added PageSize() and NewCustom() methodsKurt Jung
2013-08-23Added clipping support adapted from script by Andreas WürmserKurt Jung
2013-08-13Gradient support adapted from the FPDF gradients script by Andreas Würmser.Kurt Jung
2013-08-13Added support with example for transparency in a variety of blending modes.Kurt Jung
2013-08-10Added support for drawing curves and arcs with an example. This was adaptedKurt Jung
2013-08-02Initial commit into mercurialKurt Jung