summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10Merge branch 'd1ngd0-ftr/gob'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-10Demonstrate page boxesKurt
2018-11-08Fixed a stupid bugPaul Montag
2018-11-08Added an error if an invalid box type is passed inPaul Montag
2018-11-08Added page boxesPaul Montag
2018-11-07Created helper functions for serialiationPaul Montag
2018-11-07Fixed nil encodingPaul Montag
2018-11-07Changed the byte encoding so we are no longer saving redundant data from poin...Paul Montag
2018-11-05fixed pointer values when mutltiple templates are usedPaul Montag
2018-11-01Explain in documentation why CreateTemplate() is deprecated.Kurt
2018-11-01orientation of a template is now defined by the parent document. depricated C...d1ngd0
2018-10-31Added Ability to turn template into a byte stringPaul Montag
2018-10-31Merge branch 'd1ngd0-ftr/interface'Kurt
2018-10-31Added interface for Fpdf and TplPaul Montag
2018-09-19Add beginning of test to study issue 193Kurt
2018-09-15fixed warnings gocritic 3.3 (#192)Veselkov Konstantin
2018-07-31Merge branch 'DesignA-Electronics-master'Kurt
2018-08-01barcode: Scale via the PDF rather than the barcode libraryAndre Renaud
2018-07-24gofpdf: add support for Go modules (#185)Sebastien Binet
2018-06-16Change example name to match methodKurt
2018-06-15Merge branch 'master' of https://github.com/jung-kurt/gofpdfKurt
2018-06-15Support negative X position when placing imageKurt
2018-06-01Added public wrapper "GetPageSizeStr" of private method (#181)Marcus Oblak
2018-04-20EOF error when using reader (#176)daill
2018-04-15Add SetHeaderFuncMode() method to automatically set position to left and top ...Kurt
2018-04-05Add relative position method to gridKurt
2018-04-04Add X and Y range methods to gridKurt
2018-04-03Add option to rotate X-axis labels; demonstrate in grid exampleKurt
2018-04-03Correct label alignmentKurt
2018-04-03Add option to place chart labels outside of grid boundary. Make this the defaultKurt
2018-04-01Add absolute value versions of Ht and Wd methodsKurt
2018-04-01Emit Fill/Draw/Text color codes only if changed from current valueKurt
2018-03-26Clarify documentation for RGBType and RGBATypeKurt
2018-03-23Merge branch 'sbinet-gonum-detect-close-error'Kurt
2018-03-23font: make sure error on close or write are detectedSebastien Binet
2018-03-20Correct ending condition of Plot methodKurt
2018-03-19Change StatePut to method of StateType named PutKurt
2018-03-19Fix typo, mention charting facility in home pageKurt
2018-03-19Add charting facilityKurt
2018-02-03Acknowledge Andy Bakun's fix for catalog sortKurt