0
Hi,
I believe you should add a paper format to the template options.
Currently you for A4 format but us in North America, we use 'letter' paper format.
I manually replace
by
in files view.dompdf.php (both frontend and backend)
However, a global setting should be offered.
I believe you should add a paper format to the template options.
Currently you for A4 format but us in North America, we use 'letter' paper format.
I manually replace
$dompdf->set_paper('a4');
by
$dompdf->set_paper('letter');
in files view.dompdf.php (both frontend and backend)
However, a global setting should be offered.
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »