Half of A4 landscape size is A5 portrait
Jun 1, 2023
8
Level 1
Get half of A4 Size
Good day everyone, Please I would like to ask if there is any tutorial I can watch or go through in other for me to achieve my desired paper size. I Am currently using dompdf to print out receipt for customer in my Laravel project. But the current paper size is A4. I would like to get the paper to be half of A4 size. How can I adjust this from my code.?
->setPaper('A4', 'landscape');
Thanks for your assistance.
Please or to participate in this conversation.