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_test.go
Age
Commit message (
Expand
)
Author
2019-09-07
Adjust various import paths, rename example function
Kurt
2019-09-07
Strikeout: use "S" as styleStr
Franz Fangmeyer
2019-08-22
Add test for SetUnderlineThickness
Joe Westcott
2019-08-12
Revise comment, fix style write, extend example for RoundedRect
Kurt
2019-08-11
adds RoundedRect per Issue #272
Brigham Thompson
2019-07-20
Remove ImageOptionsReader and rework example to demonstrate RegisterImageOpti...
Kurt
2019-07-20
Use file as reader for ImageOptionsReader
Kurt
2019-07-18
added imageoptionsreader
estenssoros
2019-06-18
Demonstrate UTF8CutFont with test example
Kurt
2019-05-09
Handle errors in UTF-8 example
Kurt
2019-05-06
Correct some misspellings
Kurt
2019-04-19
Added full support for UTF-8 font. With MIT license.
DarkFreedman
2019-04-17
Anka2310's modified fix for the right justify bug
Kurt
2019-04-10
Add watermark example
Kurt
2019-03-09
Factored pattern draw for transformation / graphic state test
Kurt
2019-03-08
Remove additional graphics state checks
Joe Westcott
2019-03-06
Unconditionally assign colors (fill, text and draw) and line width, cap style...
Kurt
2019-02-28
Use local instance of random number generator so example documents are reprod...
Kurt
2019-02-28
Refer to example in SetPage() documentation.
Kurt
2019-02-27
added example for SetPage method of fpdf
ykamo001
2019-02-27
cleanup for pull request
Yash Kamothi
2019-02-27
added functionality to change the current page in the pdf document
Yash Kamothi
2019-02-21
Add example usage for SetWordSpacing
Wojciech Matusiak
2018-12-27
Support subscripted and superscripted text with new SubWrite method
Kurt
2018-12-12
Added the ability to have multiple pages in a template (#216)
d1ngd0
2018-12-11
Fix comments according to best practices by effective go (#217)
CodeLingo Bot
2018-12-04
Fixed the Pdf interface to be implemented by Fpdf and Tpl again. Added tests ...
d1ngd0
2018-11-21
Merge branch 'master' of https://github.com/jung-kurt/gofpdf
Kurt
2018-11-21
Center tables in example
Kurt
2018-11-16
Make SplitLines and MultiCell split at the same place (#210)
Wilk
2018-11-10
Change name of page box example so it is linked from SetPageBox() in document...
Kurt
2018-11-10
Add an example for Paul Montag's page box feature
Kurt
2018-11-10
Merge branch 'd1ngd0-ftr/boxes'
Kurt
2018-11-10
Simplify example and display output from 'pdfinfo -box'
Kurt
2018-11-10
Added some comments to new encoding/decoding methods
Kurt
2018-11-10
Demonstrate page boxes
Kurt
2018-11-07
Created helper functions for serialiation
Paul Montag
2018-10-31
Added Ability to turn template into a byte string
Paul Montag
2018-09-19
Add beginning of test to study issue 193
Kurt
2018-06-16
Change example name to match method
Kurt
2018-06-15
Support negative X position when placing image
Kurt
2018-04-15
Add SetHeaderFuncMode() method to automatically set position to left and top ...
Kurt
2018-04-03
Add option to rotate X-axis labels; demonstrate in grid example
Kurt
2018-04-03
Add option to place chart labels outside of grid boundary. Make this the default
Kurt
2018-03-19
Add charting facility
Kurt
2018-01-08
Acknowledge David Fish's generic alias replacement contribution; change test ...
Kurt
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-25
Demonstrate word-wrapping in table cells
Kurt
[next]