Magento – How to edit invoice PDF format

invoicemagento-1.9pdfshipping

I just want to add some fields in invoice pdf template. I found the file to edit, app/code/core/Mage/Sales/Model/Order/Pdf/Abstract.php.

I need to add my client address in the template. To do that I edited the above file and I'm getting error.

Please find the image here and help me to do the changes.

Please help me…

enter image description here

Best Answer

here are classes responcible for invoice pdf generation

Mage_Sales_Model_Order_Pdf_Items_Invoice_Default

and

Mage_Sales_Model_Order_Pdf_Invoice

you can get all detail in this files

you can rewrite those classes in your module and change accordingly

you can refer below url for more detail

http://inchoo.net/magento/how-to-add-custom-attribute-to-magentos-pdf-invoice/