Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | Merge branch 'master' of github.com:jung-kurt/gofpdf into contribution-package | Jelmer Snoeck | |
* 'master' of github.com:jung-kurt/gofpdf: Factor various test example helper routines into their own internal package | |||
2015-08-26 | Factor various test example helper routines into their own internal package | Kurt Jung | |
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-24 | Merge branch 'master' into contribution-package | Jelmer Snoeck | |
* master: Clarify restrictions on OpenType fonts, namely that they must be derived from TrueType outlines, not PostScript Change GetImageInfo to return pointer | |||
2015-08-22 | Clarify restrictions on OpenType fonts, namely that they must be derived ↵ | Kurt Jung | |
from TrueType outlines, not PostScript | |||
2015-08-21 | Change GetImageInfo to return pointer | Kurt Jung | |
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. | |||
2015-08-19 | Add image information retrieval method and test | Kurt Jung | |
2015-08-17 | Add method to clear current error | Kurt Jung | |
2015-08-12 | Merge pull request #34 from marcusatbang/test-windows | Kurt Jung | |
Allow the tests to work on Windows | |||
2015-08-12 | Allow the tests to work on Windows | Marcus Downing | |
2015-08-12 | Acknowledge Marcus Downing for templating module | Kurt Jung | |
2015-08-12 | Merge branch 'marcusatbang-templating' | Kurt Jung | |
2015-08-12 | Merge branch 'templating' of https://github.com/marcusatbang/gofpdf into ↵ | Kurt Jung | |
marcusatbang-templating | |||
2015-08-12 | Badge graphics in raster form to accommodate github's questionable practice ↵ | Kurt Jung | |
of prohibiting local svg files from being displayed in README | |||
2015-08-12 | License and attribution | Marcus Downing | |
2015-08-04 | Templating fixes | Marcus Downing | |
2015-08-04 | Templating | Marcus Downing | |
2015-07-28 | Remove SVG links from README | Kurt Jung | |
2015-07-28 | Modify link to SVG | Kurt Jung | |
2015-07-28 | Modify link to SVG | Kurt Jung | |
2015-07-28 | Add some badge links | Kurt Jung | |
2015-07-28 | Add some badge links | Kurt Jung | |
2015-07-23 | Merge branch 'master' of https://github.com/jung-kurt/gofpdf | Kurt Jung | |
2015-07-23 | Add a sample Type1 font and metric file pair for testing purposes | Kurt Jung | |
2015-07-13 | Merge pull request #30 from stanim/getalpha | Kurt Jung | |
Implement GetAlpha | |||
2015-07-12 | implement GetAlpha | Stani | |
2015-07-12 | Merge pull request #28 from stanim/current | Stani | |
GetFontDesc returns the current font descriptor if familyStr is empty | |||
2015-07-12 | GetFontDesc returns the current font descriptor if familyStr is empty | Stani | |
2015-07-12 | Correct typo | Kurt Jung | |
2015-07-12 | Add section on contributing changes to gofpdf | Kurt Jung | |
2015-07-12 | Merge pull request #26 from stanim/fontdesc | Kurt Jung | |
Implement vertical baseline alignment for text | |||
2015-07-12 | implement vertical baseline alignment for text | Stani | |
2015-07-12 | added Fpdf.GetFontDesc method and documentation for FontDescType | Stani | |
2015-07-11 | A tip of the hat to Stani Michiels for help with package presentation and tests. | Kurt Jung | |
2015-07-11 | Merge pull request #23 from stanim/examples | Kurt Jung | |
fix long lines in documentation examples | |||
2015-07-11 | fix long lines in documentation examples | Stani | |
2015-07-11 | Remove unused reference | Kurt Jung | |
2015-07-11 | Remove superfluous reference to example | Kurt Jung | |
2015-07-11 | Format a couple more links in markdown | Kurt Jung | |
2015-07-11 | Use sed to improve appearance of markdown with features that are unavailable ↵ | Kurt Jung | |
in godoc | |||
2015-07-10 | Autogenerate README | Kurt Jung | |
2015-07-10 | Quick start: generate file, not stream | Kurt Jung | |