summaryrefslogtreecommitdiff
path: root/fpdf.go
AgeCommit message (Expand)Author
2017-02-11Accept interfaces where appropriate. (#103)dchapes
2016-12-16Merge branch 'master' of https://github.com/jung-kurt/gofpdfKurt
2016-12-16Clarify state of current position after call to MultiCell(). Thanks, Roger Fl...Kurt
2016-12-10Added A1 and A2 page sizes (#98)Vinayak Nagpal
2016-12-09Add page size for A6 (#97)Sebastian Müller
2016-09-08Adding support CMYK in parsejpg (#81)midiland
2016-08-18Allow default compression mode to be set. Go 1.7 introduces a new compression...Kurt
2016-08-01Check for error in ghostscript exampleKurt
2016-07-30Fix some glitches reported by goreportcard.comKurt
2016-07-30Fix some typos and other goreportcard violationsKurt
2016-07-30Fix lint violation in documentationKurt
2016-07-30Isolate embedded font dataKurt
2016-07-28adding support to embedded fonts as byte arrayPaulo Coutinho
2016-07-03fpdf: typoChris Ramón
2016-03-07Satisfy golint with small changes to documentation. Remove diagnostic print s...Kurt
2016-03-07Support reading and/or setting image dpikentquirk
2015-10-12Add reference PDFs for comparison purposes. Document comparison of example do...Kurt Jung
2015-10-11Conditionally order another map iteration. Fix 'go vet' problem with unkeyed ...Kurt Jung
2015-10-11Conditionally sort two map iterations in template code; more to come.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-10Add method to fix document creation dateKurt Jung
2015-09-25Fpdf: add WriteAligned.Jelmer Snoeck
2015-08-31Add Barcode contribution package.Jelmer Snoeck
2015-08-21Change GetImageInfo to return pointerKurt Jung
2015-08-19Add image information retrieval method and testKurt Jung
2015-08-17Add method to clear current errorKurt Jung
2015-08-04Templating fixesMarcus Downing
2015-07-12implement GetAlphaStani
2015-07-12GetFontDesc returns the current font descriptor if familyStr is emptyStani
2015-07-12implement vertical baseline alignment for textStani
2015-07-12added Fpdf.GetFontDesc method and documentation for FontDescTypeStani
2015-07-09Fixed duplicate name for SetFontSize and SetFontUnitSizeKurt Jung
2015-07-09Add some font size and conversion methods that use document units rather than...Kurt Jung
2015-07-07Convert sequential examples to ones that are bound to gofpdf methods.Kurt Jung
2015-07-06Start with the conversion of indexed examples to ones that are associated withKurt Jung
2015-07-06implement full support for fill stylesStani
2015-07-06fix path drawing methods for ArcToStani
2015-07-06implemented ArcToStani
2015-07-06fix documentation string MoveToStani
2015-07-04implement line join styleStani
2015-07-04Multi-segment path drawing routines by stanimKurt Jung
2015-07-04Example of Claudio Felber's generalized font loaing implementationKurt Jung
2015-07-04Small adjustment to documentationKurt Jung
2015-07-04Dashed lines: tutorial example and tip of hat to Claudio FelberKurt Jung
2015-06-27Add SetFontLoader() method to load fonts from arbitrary locationsClaudio Felber
2015-06-27Add SetDashPattern() methodClaudio Felber
2015-06-23Added path drawing methods:Stani
2015-02-09Note about cell margin's effect on GetXKurt Jung