Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-08-24 | Use RegisterHttpImage instead of RegisterRemoteImage. | Jelmer Snoeck | |
Remote can mean several things, HTTP is more specific and matches the actual implementation. | |||
2015-08-24 | Use `GetImageInfo` to see if the image is already registered. | Jelmer Snoeck | |
2015-08-19 | Fhttp: add RegisterRemoteImage functionality. | Jelmer Snoeck | |
This is a wrapper around manually having to download the image and registering it. It registers an image based on it's URL, it will download that image and add it to the PDF. It will however not add it immediately to the page. This is done by calling `Image()` with the same URL. |