Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-10 | HttpImg: make Http specific PDF interface. | Jelmer Snoeck | |
Instead of forcing the type to be of gofpdf.Fpdf, we now use an interface which could be whatever structure we want. This is useful for third party libraries where they can define their own interface for the PDF generator but still use these contribution packages. HttpImg: add interface comment. Barcode: implement specific PDF interface. | |||
2015-08-26 | HttpImg: use `Register` method. | Jelmer Snoeck | |
By changing the name, we can use a uniform name across several packages. | |||
2015-08-26 | Httpimg: rename package. | Jelmer Snoeck | |