v2.13
- Added
FpdfOutput
, so you can now use the popular Fpdf library to create qr bills (#59, #63) - Some minor refactorings and test improvements
Good to know:
- Bugfix/minor change of behaviour: The separator lines from
TcPdfOutput
are now solid and no longer dashed. This is to be consistent with the examples provided in the official style guide. (#64)
Kudos!
- Thanks a lot to @Franco2911 who initiated the idea and provided a lot of work for
FpdfOutput
!