All notable changes to easy-pdf
will be documented in this file.
- Fix re-defining
K_PATH_IMAGES
constant bug.
- Laravel 11 and PHP 8.3 support added.
setDuplex()
method added.
- Php 8.2 support added.
- Add
setMargins()
method. - Add
setHeaderData()
method. - Add
setHeaderMargin()
method. - Add
setFooterData()
method. - Add
setFooterMargin()
method. - Add
setFooterFontSize()
method. - Add
imagePath
constructor parameter to setK_PATH_IMAGES
constant.
- Add laravel 10 support.
- Add
setPrintHeader(false)
andsetPrintFooter(false)
to delete unnecessary line in header and footer.
splitTo()
method added toParser
class.
setPage()
method added for setting current page.
- Add support for Laravel 9.
$pdf
variable changed to public variable inEasyPdf.php
- SVG support added to
setImage
method.
- PHP 8 support added.
- Add support for Laravel 8.
- Now
setHeader()
andsetFooter()
methods returns EasyPdf instance.
reset()
method added for creating new tcpdf instance.
- Read from
url
andpdf blob
support added for parser and merge.
- Initial release.