Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-30 | Fix some glitches reported by goreportcard.com | Kurt | |
2016-07-30 | Fix some typos and other goreportcard violations | Kurt | |
2016-07-30 | Fix lint violation in documentation | Kurt | |
2016-07-30 | Isolate embedded font data | Kurt | |
2016-07-28 | adding support to embedded fonts as byte array | Paulo Coutinho | |
2016-07-03 | fpdf: typo | Chris Ramón | |
typo fix | |||
2016-03-07 | Satisfy golint with small changes to documentation. Remove diagnostic print ↵ | Kurt | |
statement to allow tests to succeed. | |||
2016-03-07 | Support reading and/or setting image dpi | kentquirk | |
Adds the ability to support reading dpi from PNG images, and setting dpi on any image directly; this allows images to be displayed at the designed size. | |||
2015-10-12 | Add reference PDFs for comparison purposes. Document comparison of example ↵ | Kurt Jung | |
documents. | |||
2015-10-11 | Conditionally order another map iteration. Fix 'go vet' problem with unkeyed ↵ | Kurt Jung | |
field in composite literal. | |||
2015-10-11 | Conditionally sort two map iterations in template code; more to come. | Kurt Jung | |
2015-10-10 | Conditionally sort image catalog. Correct small typos. | Kurt Jung | |
2015-10-10 | Introduce helper functions to set default catalog sort flag and creation ↵ | Kurt Jung | |
date value. Remove regular expression scheme that effectively ignored the embedded creation date when comparing PDFs. | |||
2015-10-10 | Implement conditional catalog sort feature | Kurt Jung | |
2015-10-10 | Add method to fix document creation date | Kurt Jung | |
2015-09-25 | Fpdf: add WriteAligned. | Jelmer Snoeck | |
WriteAligned allows a user to write a single string and align it. Previously, Write() would only write with Left alignment. Sometimes, you want to align a specific text string to the center or the right. HTMLBasic: add <center> tag. This allows a user to center text within the HTML block. This way they do not have to split up their input. A new line will be created automatically before and after the centered text. | |||
2015-08-31 | Add Barcode contribution package. | Jelmer Snoeck | |
This package adds the ability to easily add a barcode to the PDF. This barcode is generated with the github.com/boombuler/barcode package. It adds wrappers for all the available barcode types through the `Register()` and `Register<Type>()` methods. These register methods put the barcode on the PDF, but not on the page. They will return a unique key that should be used later on with the `Barcode()` method scale the barcode and put it on the page. | |||
2015-08-21 | Change GetImageInfo to return pointer | Kurt Jung | |
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-04 | Templating fixes | Marcus Downing | |
2015-07-12 | implement GetAlpha | Stani | |
2015-07-12 | GetFontDesc returns the current font descriptor if familyStr is empty | Stani | |
2015-07-12 | implement vertical baseline alignment for text | Stani | |
2015-07-12 | added Fpdf.GetFontDesc method and documentation for FontDescType | Stani | |
2015-07-09 | Fixed duplicate name for SetFontSize and SetFontUnitSize | Kurt Jung | |
2015-07-09 | Add some font size and conversion methods that use document units rather ↵ | Kurt Jung | |
than points | |||
2015-07-07 | Convert sequential examples to ones that are bound to gofpdf methods. | Kurt Jung | |
2015-07-06 | Start with the conversion of indexed examples to ones that are associated with | Kurt Jung | |
a gofpdf method. This involves changes mostly in the test source file, but also references in the main source files. After this conversion is complete, the docWriter routine and interface can be scrapped. The current scheme will be more straightforward for programmers using the library. | |||
2015-07-06 | implement full support for fill styles | Stani | |
2015-07-06 | fix path drawing methods for ArcTo | Stani | |
2015-07-06 | implemented ArcTo | Stani | |
2015-07-06 | fix documentation string MoveTo | Stani | |
2015-07-04 | implement line join style | Stani | |
2015-07-04 | Multi-segment path drawing routines by stanim | Kurt Jung | |
2015-07-04 | Example of Claudio Felber's generalized font loaing implementation | Kurt Jung | |
2015-07-04 | Small adjustment to documentation | Kurt Jung | |
2015-07-04 | Dashed lines: tutorial example and tip of hat to Claudio Felber | Kurt Jung | |
2015-06-27 | Add SetFontLoader() method to load fonts from arbitrary locations | Claudio Felber | |
2015-06-27 | Add SetDashPattern() method | Claudio Felber | |
2015-06-23 | Added path drawing methods: | Stani | |
- MoveTo - LineTo - CurveTo - CurveBezierCubicTo - ClosePath - DrawPath | |||
2015-02-09 | Note about cell margin's effect on GetX | Kurt Jung | |
2014-12-30 | Added additional layout directives for document viewing | Kurt Jung | |
2014-10-28 | Typo | Kurt Jung | |
2014-10-28 | Correct tutorial reference | Kurt Jung | |
2014-10-28 | Robert Lillack's Beziergon function with example. Corrections to curve ↵ | Kurt Jung | |
argument names. | |||
2014-10-12 | Add example that demonstrates how to embed an image that is retrieved from a ↵ | Kurt Jung | |
web server. Resolves issue 29. | |||
2014-09-29 | Clarified use case in which an io.Reader loads an image. | Kurt Jung | |
2014-09-21 | Corrected an off-by-one indexing error in encoding list. Thanks jy.pelle! | Kurt Jung | |
2014-09-16 | Added layer functionality. This allows content to be placed into layers, the ↵ | Kurt Jung | |
visibility of which can be controlled from the document reader. |