Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-11 | Move default assignments to init function of example file from various test ↵ | Kurt Jung | |
files. Now any package that imports the example package will generate PDFs with sorted catalogs and a fixed creation timestamp. | |||
2015-10-11 | Include catalog sort and creation date assignment so that tests of ↵ | Kurt Jung | |
contributed packages can be run | |||
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-27 | Maintain aspect ratio of registered image | Kurt Jung | |
2015-08-27 | Httpimg: remove pdf folder. | Jelmer Snoeck | |
This will now be generated in the main pdf folder (`gofpdf/pdf`). | |||
2015-08-27 | Use internal example package for testing. | Jelmer Snoeck | |
2015-08-26 | Httpimg: cleanup pdf path on with tests. | Jelmer Snoeck | |
2015-08-26 | Examples: rename function/file for clarification. | Jelmer Snoeck | |
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 | |