Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-22 | Add SetUnderlineThickness method | Joe Westcott | |
2019-08-21 | Merge branch 'hyzgh-master' | Kurt | |
2019-08-21 | fix split line bug | hyzgh | |
Change-Id: I4fdf3b7b23fbb2340427d06a7eadd88e081effb6 | |||
2019-08-21 | fix split line bug | hyzgh | |
Change-Id: I224a7ec1af8386dcbef757c76389fb88316401bc | |||
2019-08-20 | Merge branch 'hyzgh-master' | Kurt | |
2019-08-20 | improve the speed of MultiCell | hyzgh | |
Change-Id: Ieaacbf19acfce1e776eccbfa3bbc030a2ab93d5f | |||
2019-08-15 | Merge branch 'mrtsbt-wrap-contrib-gofpdi-importer' | Kurt | |
2019-08-15 | Merge branch 'wrap-contrib-gofpdi-importer' of ↵ | Kurt | |
https://github.com/mrtsbt/gofpdf into mrtsbt-wrap-contrib-gofpdi-importer | |||
2019-08-15 | fix checks | matthias | |
2019-08-15 | Merge branch 'tim-st-master' | Kurt | |
2019-08-15 | add simple test for data race detection | matthias | |
2019-08-15 | add simple example | matthias | |
2019-08-15 | Add method `SetProducer` | Tim S | |
This allows changing or removing the PDF producer string in the metadata of the PDF file. | |||
2019-08-15 | wrap contrib/gofpdi:realgofpdi.Importer | matthias | |
* allow for multiple independent Importer instances * keep a default Importer for backwards compatibility * add package level comment | |||
2019-08-12 | Run go mod tidy | Kurt | |
2019-08-12 | Merge branch 'mrtsbt-update-contrib-gofpdi' | Kurt | |
2019-08-12 | Corrected comment to match function name | Kurt | |
2019-08-12 | Merge branch 'update-contrib-gofpdi' of https://github.com/mrtsbt/gofpdf ↵ | Kurt | |
into mrtsbt-update-contrib-gofpdi | |||
2019-08-12 | Acknowledge Brigham Thompson's contribution. | Kurt | |
2019-08-12 | Merge branch 'BeeHam-master' | Kurt | |
2019-08-12 | Revise comment, fix style write, extend example for RoundedRect | Kurt | |
2019-08-11 | adds RoundedRect per Issue #272 | Brigham Thompson | |
2019-08-09 | update contrib/gofpdi from v1.0.3 to v1.0.7 and expose new functionality | matthias | |
* imports pdf documents from any io.ReadSeeker * exposes page sizes of imported pdf documents | |||
2019-07-20 | Merge branch 'estenssoros-ImageOptionsReader' | Kurt | |
2019-07-20 | Remove ImageOptionsReader and rework example to demonstrate ↵ | Kurt | |
RegisterImageOptionsReader() | |||
2019-07-20 | Use file as reader for ImageOptionsReader | Kurt | |
2019-07-20 | Merge branch 'ImageOptionsReader' of https://github.com/estenssoros/gofpdf ↵ | Kurt | |
into estenssoros-ImageOptionsReader | |||
2019-07-20 | Wrap some comments | Kurt | |
2019-07-20 | Merge branch 'seletskiy-master' | Kurt | |
2019-07-20 | Correct placement of pageWidth variable | Kurt | |
2019-07-20 | Merge branch 'master' of https://github.com/seletskiy/gofpdf into ↵ | Kurt | |
seletskiy-master | |||
2019-07-18 | added imageoptionsreader | estenssoros | |
2019-07-18 | Revert "Merge branch 'seletskiy-master'" | Kurt | |
This reverts commit a542cf333bc2e3e4e138bb4848f02997aba71ce9, reversing changes made to 3aaf0b1a66c0ab02d925917376898a5856061d59. | |||
2019-07-18 | fix bug introduced in #279 | Stanislav Seletskiy | |
2019-07-18 | Merge branch 'seletskiy-master' | Kurt | |
2019-07-18 | fix utf8 text wrapping | Stanislav Seletskiy | |
UTF8 text splitted correctly by SplitText function in WriteAligned method: https://github.com/jung-kurt/gofpdf/blob/3aaf0b1a66c0ab02d925917376898a5856061d59/fpdf.go#L2811 Then, lines of text are written via Write function, and if text is already wrapped by given width it will be printed using 'last chunk' case: https://github.com/jung-kurt/gofpdf/blob/3aaf0b1a66c0ab02d925917376898a5856061d59/fpdf.go#L2747,L2754 But in this case, gofpdf does not move cursor to the next cell, which cause all text to be printed on the same line without actual wrapping. This commit makes workaround for it by explicitly setting right margin to force automatic line break case: https://github.com/jung-kurt/gofpdf/blob/3aaf0b1a66c0ab02d925917376898a5856061d59/fpdf.go#L2705 | |||
2019-07-03 | Do not execute Multicell if instance is in error state | Kurt | |
2019-06-23 | Merge branch 'tmcli-master' | Kurt | |
2019-06-23 | Merge branch 'master' of https://github.com/tmcli/gofpdf into tmcli-master | Kurt | |
2019-06-18 | Merge branch 'seletskiy-master' | Kurt | |
2019-06-18 | Merge branch 'master' of https://github.com/seletskiy/gofpdf into ↵ | Kurt | |
seletskiy-master | |||
2019-06-18 | Merge branch 'nanjj-master' | Kurt | |
2019-06-18 | Demonstrate UTF8CutFont with test example | Kurt | |
2019-06-18 | WriteAligned: use SplitText for UTF-8 | Stanislav Seletskiy | |
2019-06-12 | Added UTF8CutFont | JUN JIE NAN | |
With function `UTF8CutFont`, customized ttf font file(usually with small size) can be generated via gofpdf. | |||
2019-06-10 | Improve write performance | Callum Li | |
2019-05-22 | Merge branch 'jrs526-master' | Kurt | |
2019-05-22 | maintain precision of desired w & h of barcodes | Justin Schlechte | |
This fixes an issue with barcode scaling that limited barcode sizes to integer multiples of the pdf's unit. | |||
2019-05-18 | Generalize awk script that produces doc.go | Kurt | |
2019-05-15 | Add split line table PDF to reference directory | Kurt | |