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
/
fpdf.go
Age
Commit message (
Expand
)
Author
2015-10-10
Introduce helper functions to set default catalog sort flag and creation date...
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-09-25
Fpdf: add WriteAligned.
Jelmer Snoeck
2015-08-31
Add Barcode contribution package.
Jelmer Snoeck
2015-08-21
Change GetImageInfo to return pointer
Kurt Jung
2015-08-19
Add image information retrieval method and test
Kurt Jung
2015-08-17
Add method to clear current error
Kurt Jung
2015-08-04
Templating fixes
Marcus Downing
2015-07-12
implement GetAlpha
Stani
2015-07-12
GetFontDesc returns the current font descriptor if familyStr is empty
Stani
2015-07-12
implement vertical baseline alignment for text
Stani
2015-07-12
added Fpdf.GetFontDesc method and documentation for FontDescType
Stani
2015-07-09
Fixed duplicate name for SetFontSize and SetFontUnitSize
Kurt Jung
2015-07-09
Add some font size and conversion methods that use document units rather than...
Kurt Jung
2015-07-07
Convert sequential examples to ones that are bound to gofpdf methods.
Kurt Jung
2015-07-06
Start with the conversion of indexed examples to ones that are associated with
Kurt Jung
2015-07-06
implement full support for fill styles
Stani
2015-07-06
fix path drawing methods for ArcTo
Stani
2015-07-06
implemented ArcTo
Stani
2015-07-06
fix documentation string MoveTo
Stani
2015-07-04
implement line join style
Stani
2015-07-04
Multi-segment path drawing routines by stanim
Kurt Jung
2015-07-04
Example of Claudio Felber's generalized font loaing implementation
Kurt Jung
2015-07-04
Small adjustment to documentation
Kurt Jung
2015-07-04
Dashed lines: tutorial example and tip of hat to Claudio Felber
Kurt Jung
2015-06-27
Add SetFontLoader() method to load fonts from arbitrary locations
Claudio Felber
2015-06-27
Add SetDashPattern() method
Claudio Felber
2015-06-23
Added path drawing methods:
Stani
2015-02-09
Note about cell margin's effect on GetX
Kurt Jung
2014-12-30
Added additional layout directives for document viewing
Kurt Jung
2014-10-28
Typo
Kurt Jung
2014-10-28
Correct tutorial reference
Kurt Jung
2014-10-28
Robert Lillack's Beziergon function with example. Corrections to curve argume...
Kurt Jung
2014-10-12
Add example that demonstrates how to embed an image that is retrieved from a ...
Kurt Jung
2014-09-29
Clarified use case in which an io.Reader loads an image.
Kurt Jung
2014-09-21
Corrected an off-by-one indexing error in encoding list. Thanks jy.pelle!
Kurt Jung
2014-09-16
Added layer functionality. This allows content to be placed into layers, the ...
Kurt Jung
2014-08-22
Tweak comments to make lint happy
Kurt Jung
2014-08-22
Embed core font definition files and the 1252 code page in the application. O...
Kurt Jung
2014-07-21
Use integer math in SplitLines().
Lawrence Kesteloot (lk
2014-07-21
Add GetMargins() and GetPageSize() methods.
Lawrence Kesteloot (lk
2014-06-29
Polygon function and demonstration
Kurt Jung
2014-04-15
Documentation adjustment.
Kurt Jung
2014-04-15
Document protection and example
Kurt Jung
2014-04-12
Removed unused argument from AddFontFromReader
Kurt Jung
2014-04-12
Documentation tweaks
Kurt Jung
2014-04-12
Added AddFontFromReader()
Ivan Daniluk
2014-04-12
Added possibility to register images via custom Reader.
Ivan Daniluk
2014-02-17
Clarified comment.
Kurt Jung
[prev]
[next]