summaryrefslogtreecommitdiff
path: root/def.go
AgeCommit message (Expand)Author
2019-10-04Update to latest versionDarkFreedman
2019-05-06Added copyrights. And "right to left" languages support.DarkFreedman
2019-04-19Added full support for UTF-8 font. With MIT license.DarkFreedman
2019-04-09Add PageCount() methodKurt
2019-02-27added functionality to change the current page in the pdf documentYash Kamothi
2018-12-22Updated font id generation and image id (#222)Paul Montag
2018-12-17Fixed id collisions with fonts when encoding and decoding (#220)d1ngd0
2018-12-17Refactored Encode and Decode functions, Fixed Template ID ConflictsPaul Montag
2018-12-04Fixed the Pdf interface to be implemented by Fpdf and Tpl again. Added tests ...d1ngd0
2018-11-10Add an example for Paul Montag's page box featureKurt
2018-11-10Merge branch 'd1ngd0-ftr/boxes'Kurt
2018-11-10Added some comments to new encoding/decoding methodsKurt
2018-11-10Merge branch 'ftr/gob' of https://github.com/d1ngd0/gofpdf into d1ngd0-ftr/gobKurt
2018-11-08Added page boxesPaul Montag
2018-11-01Explain in documentation why CreateTemplate() is deprecated.Kurt
2018-10-31Added Ability to turn template into a byte stringPaul Montag
2018-10-31Added interface for Fpdf and TplPaul Montag
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