summaryrefslogtreecommitdiff
path: root/def.go
AgeCommit message (Collapse)Author
2019-09-07Merge branch 'strikeout' of https://github.com/Rjinswand/gofpdf into ↵Kurt
Rjinswand-strikeout
2019-09-07Strikeout: use "S" as styleStrFranz Fangmeyer
2019-08-30comments for ImageInfoTypeJoe Westcott
2019-08-22Add SetUnderlineThickness methodJoe Westcott
2019-08-15Add method `SetProducer`Tim S
This allows changing or removing the PDF producer string in the metadata of the PDF file.
2019-05-15Clean up code based on jung-kurt's feedback.Dave Barnes
2019-05-15Add support for imported objects and templates to version 1 of gofpdf.Dave Barnes
2019-05-06Merge ArtemKor' UTF-8 pull requestKurt
2019-05-06Added copyrights. And "right to left" languages support.DarkFreedman
2019-04-29Add SetFontStyle method (#248)Joe Westcott
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
Generated font ID will now be the same across machines when generating the same font file. Generated image Id will now be the same across machines when generating the same image file.
2018-12-17Fixed id collisions with fonts when encoding and decoding (#220)d1ngd0
- Made font id a string which is a sha1 sum of the contents of the json file.
2018-12-17Refactored Encode and Decode functions, Fixed Template ID ConflictsPaul Montag
- Updated Encode and Decode to ensure templates and images are pointers to the original objects - Refactored so encoding no longer has to create p and o labels for images - removed id from template and generate it using Bytes instead.
2018-12-04Fixed the Pdf interface to be implemented by Fpdf and Tpl again. Added tests ↵d1ngd0
to ensure they will always implement (#212)
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
margin after header function is called. Backward compatibility is preserved. This addresses issue #174.
2018-01-31Move consts into defKevin Seidel
2018-01-08Added generic alias-replacement function to enable Table of Contents ↵David Fish
functionality
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 ↵Kurt
statement to allow tests to succeed.
2016-03-07Support reading and/or setting image dpikentquirk
Adds the ability to support reading dpi from PNG images, and setting dpi on any image directly; this allows images to be displayed at the designed size.
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 ↵Kurt Jung
than points
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 ↵Kurt Jung
argument names.
2014-09-16Added layer functionality. This allows content to be placed into layers, the ↵Kurt Jung
visibility of which can be controlled from the document reader.
2014-04-15Document protection and exampleKurt Jung