Releases: pontedilana/php-weasyprint
Releases · pontedilana/php-weasyprint
0.11.0
0.10.1
0.10.0
Removed --format
option default value, this option was deprecated in WeasyPrint 53 and removed in WeasiPrint 54.
If you still use WeasyPrint 52 or lower you can set this option back with ->setOption()
:
$weasyprint = new \Pontedilana\PhpWeasyPrint\Pdf('/usr/local/bin/weasyprint');
$weasyprint->setOption('format', 'pdf');
Changed
- Unset
--format
option inPdf
class which is deprecated in WeasyPrint 53 and removed in WeasyPrint 54