When printing invoices (PDF) from Magento, the font is 7px... it's absolutely tiny, half my customers probably won't be able to read it, is there a way to make it 12+?
Thanks.
|
When printing invoices (PDF) from Magento, the font is 7px... it's absolutely tiny, half my customers probably won't be able to read it, is there a way to make it 12+? Thanks. |
|||
|
|
|
According to this entry on the magento message boards you need to edit these files:
and change the second parameter, which is the font size, to the number you want on these methods:
|
|||||||
|
|
It is in the files in /app/code/core/Mage/Sales/Model/Order/Pdf/ you need to change the different fonts. But if you set the font or size, so the text becomes bigger you need to find all the places in the code where it says $this->y -=XX; (most xx=10) and change all these places to a higher number if you change the fontsize. Another way is to use my extension, where you can make all the pdf's from HTML. See a connect here: magentocommerce.com/magento-connect/html2pdf-6040.html |
||||
|
|
|
You'll need to add on some numbers where it has |
||||
|
|