- Enh #21: Added support for Yii alias at
Wkhtmltopdf::$binPath
(berosoboy)
- Bug #17: Fixed inability to setup multiple 'fontDir' as array for
Mpdf
converter (klimov-paul)
- Bug #16: Fixed temporary file removal on Windows (AlexRas007)
- Bug #12: Fixed inability to setup 'tempDir' and 'fontDir' for
Mpdf
converter (klimov-paul) - Enh #15: Added method
TempFile::getContent()
(mludvik)
- Enh #6: Options 'coverContent', 'headerHtmlContent' and 'footerHtmlContent' added to
Wkhtmltopdf
(berosoboy, klimov-paul) - Enh #8: 'wkhtmltopdf' command composition improved ensuring options 'cover' and 'toc' do not utilize global ones (klimov-paul)
- Enh #3: Added support for mPDF version >= 7.0 (klimov-paul)
- Enh #5: 'wkhtmltopdf' command composition improved adding support for boolean and array options (berosoboy)
- Bug: Usage of deprecated
yii\base\Object
changed toyii\base\BaseObject
allowing compatibility with PHP 7.2 (klimov-paul)
- Initial release.