I would like to customise the pdf packing slip. The adress is hard to see, and will not fit in my documents envelope without some serious origami, so;
Can I change the paper orientation, and change the font size and strength. Also, some control over line spacing would be good. If you give me some guidance on the code and the relevant file name, I will have a go.
It would in the future be a wonderful thing to have this ability to customise the print options in the admin.
Cheers
Kim
Anjula
31 Jul 2007 11:36 AM
Hello,
Please, open the files 'user_invoice_pdf.php' and 'admin/admin_invoice_pdf.php' and check the lines where
the font size is set, namely:
$pdf->setfont("helvetica", "", 8);
With regards,
ViArt Support Team
battleaxe
12 Aug 2007 12:06 AM
Thanks for that
I cant find the orientation part. I want to change the output to landscape, and it is difficult to find the right part of the code.
regards
Kim
Anjula
21 Aug 2007 7:10 PM
Hello,
Please, open your admin_invoice_pdf.php or admin_packing_pdf.php and find the following lines: