R
Asked
Please see the attached PDF invoice from your demo. There is plenty of blank space on the top and bottom of each page. It’s wasting paper if more items in one invoice. Maybe a 3-page invoice can be reduced to 2 pages if we reduced the blank space on top and bottom.
Please let me know where it can be adjusted.
Attachments
- MSAnswered
Hello,
The sale pdf view file is
themes/default/admin/views/sales/pdf.php
The pdf is generated withgenerate_pdf
method ofapp/libraries/Sma.php
If you need you can change margins there or modify the view file as you need.There are two pdf libraries (dompdf & mpdf), you can try with anyone to check the rendering.
Thank you
- Login to Reply