summaryrefslogtreecommitdiff
path: root/fpdf_test.go
AgeCommit message (Expand)Author
2018-12-11Fix comments according to best practices by effective go (#217)CodeLingo Bot
2018-12-04Fixed the Pdf interface to be implemented by Fpdf and Tpl again. Added tests ...d1ngd0
2018-11-21Merge branch 'master' of https://github.com/jung-kurt/gofpdfKurt
2018-11-21Center tables in exampleKurt
2018-11-16Make SplitLines and MultiCell split at the same place (#210)Wilk
2018-11-10Change name of page box example so it is linked from SetPageBox() in document...Kurt
2018-11-10Add an example for Paul Montag's page box featureKurt
2018-11-10Merge branch 'd1ngd0-ftr/boxes'Kurt
2018-11-10Simplify example and display output from 'pdfinfo -box'Kurt
2018-11-10Added some comments to new encoding/decoding methodsKurt
2018-11-10Demonstrate page boxesKurt
2018-11-07Created helper functions for serialiationPaul Montag
2018-10-31Added Ability to turn template into a byte stringPaul Montag
2018-09-19Add beginning of test to study issue 193Kurt
2018-06-16Change example name to match methodKurt
2018-06-15Support negative X position when placing imageKurt
2018-04-15Add SetHeaderFuncMode() method to automatically set position to left and top ...Kurt
2018-04-03Add option to rotate X-axis labels; demonstrate in grid exampleKurt
2018-04-03Add option to place chart labels outside of grid boundary. Make this the defaultKurt
2018-03-19Add charting facilityKurt
2018-01-08Acknowledge David Fish's generic alias replacement contribution; change test ...Kurt
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-25Demonstrate word-wrapping in table cellsKurt
2017-07-19Tweak some last page expressions and commentsKurt
2017-07-19Issue #121 Add Last Page information FooterFncAloidev
2017-06-12Trigger an error when attempting to render text if font has not been setKurt
2017-06-10add the ability to include JavaScript in PDFs (#117)Dan Meyers
2016-12-02Issue #53 - Support for <RIGHT> alignment tag on basic HTML (#95)Guillermo Pascual
2016-11-11Adjust some names of test functions to conform with Go's naming conventionsKurt
2016-11-07Use struct keywords in examples of fpdf_test to comply with go vet (#90)Wilk
2016-11-06Add tables examples ClippedTableCells and WrappedTableCellsWilk
2016-08-18Allow default compression mode to be set. Go 1.7 introduces a new compression...Kurt
2016-07-30Correct names of various CellFormat examples and generated filesKurt
2016-07-30Correct example function nameKurt
2016-07-30Fix some glitches reported by goreportcard.comKurt
2016-07-30Fix some typos and other goreportcard violationsKurt
2016-07-30Isolate embedded font dataKurt
2016-07-28adding support to embedded fonts as byte arrayPaulo Coutinho
2016-03-09Demonstrate UTF-8 translation with Portuguese pangramKurt
2015-10-12Allow SVG example to be compressedKurt Jung
2015-10-11Conditionally order another map iteration. Fix 'go vet' problem with unkeyed ...Kurt Jung
2015-10-11Investigate missing spaces between wordsKurt Jung
2015-10-11Move default assignments to init function of example file from various test f...Kurt Jung
2015-10-10Conditionally sort image catalog. Correct small typos.Kurt Jung
2015-10-10Introduce helper functions to set default catalog sort flag and creation date...Kurt Jung
2015-10-10Implement conditional catalog sort featureKurt Jung
2015-10-09Implement PDF comparison with rudimentary byte-difference display. If a refer...Kurt Jung
2015-09-25Fpdf: add WriteAligned.Jelmer Snoeck