Do you have all extensions that's required enabled?
Aug 9, 2021
5
Level 2
DomPDF Different on server vs local?
Hi All,
just pushed app updates to my dev server from my local - developing on xampp windows 10 and pushing to ubuntu/linux server on digital ocean - everything is working as intended but my HTML > PDF is not rendering the same as it is on my local - everything is out of whack and i have no clue why - no errors in my log file but my invoice PDF which is one page is coming out to like 6 with all blanks.
Any ideas what i could try?
these are my dom pdf options
$invoice->setOptions(['defaultFont' => 'dejavu sans','enable_font_subsetting' => 'true','enable_html5_parser'=>'true']);
Please or to participate in this conversation.