Releases: DocnetUK/tfpdf
Releases · DocnetUK/tfpdf
v2.2.7
What's Changed
- Fix #42: PHP 8.2 Creation of dynamic property in TTFontFile.php (part2) by @mathroc in #43
New Contributors
Full Changelog: v2.2.6...v2.2.7
v2.2.6
- Fix for
Creation of dynamic property tFPDF\TTFontFile::$version is deprecated
showing up on PHP8.2
v2.2.5
Changed
- Change BeginPage() visibility
v2.2.4
Fixed
- Fix PHP 8.2 compatibility for TTFontFile
v2.2.3
Changed
- Change PutPages() method visibility from private to protected
v2.2.2
Fixed
- Using 0-255 grayscale scale, instead 0-100, which was changed in 2.2.0
v2.2.1
Fixed
- SetDrawColor would set the fill colour instead.
v2.2.0
Added
- GetPageWidth and GetPageHeight methods
Changed
- Updates to SetTextColor, SetFillColor and SetDrawColor to support CMYK and (correctly) grayscale
v2.1.1
Changed
- Improved PHPDocs across the files
v2.1.0
Added
- Password protected PDF generation possible when using ProtectedPDF class