The logo displayed on the PDF invoices is located in the images folder. To change this to your own logo simply upload your logo to the images folder and name it "logo.jpg".
You can also set a width for the logo image in the invoicepdf.tpl template file. On line 4, just add ",50" before the closing bracket ); on that line. That sets the width to 50. You can then experiment increasing and decreasing it until happy.
You can fully customize the PDF invoices such as adding or removing text, altering the layout or adding furthur images & formatting. This is done by editing the template file invoicepdf.tpl in your active template folder. The file contains all the code relating to the layout and display of the invoice in its PDF format. You will need a basic working knowledge of PHP coding in order to understand and modify the file.
The PDF's are generated using TCPDF & you can find a full list of available functions to help you build your template @ http://www.tecnick.com/pagefiles/tcpdf/doc/com-tecnick-tcpdf/TCPDF.html
The following variables are available for usage in the invoicepdf.tpl file.