This contibution puts a link on the orders.php page (next to 'invoice' and 'packing slip' which sends your browser a pdf file of a shipping label that can be printed. If your browser is configured appropriately, the pdf file will open automatically in a new window for you to print. Output is formatted for a Dymo Label-Writer but the layout can be easily changed for other printers.
Requires the fpdf library available from: http://www.fpdf.org/
Legend: 
Download

Report
In my database the sql file was not working.
After
'tep_cfg_select_option(array('true', 'false')
Add
')
It looks like this then:
'tep_cfg_select_option(array('true', 'false')'),
Also made a forum for this contribution
http://forums.oscommerce.com/index.php?showtopic=336413
Spanish Language added.
Fullpackage
Label Pdf 2.0 enable you to print labels via pdf files and your browser.
In admin you will find ( after running the .sql file ) settings for logo display, height, length etc. In orders.php there will be an extra button to print the shipping label for the current order.
I have also included a screenshot of order.php in verander_->.png and a sample label_pdf.pdf file of john doe
Hi This is is not an improvement on the contribution just a couple of things to get it working for me
firstly the attached fpdf.php file is stolen form the pdf-Invoice contribution which enables the use of the contribtion in HTTPS and a copy of my Label_pdf.php which i use for a dymo 320 and a dymo 400 macine with dymo shipping label 99014
biggest problem for me was the fact it wouldnt work in HTTPS and ther was not a lot of info to why and as i am not a coder perhaps I stumbled on the fix, but it works
Kind Rgds
Some typos fixed. These install instructions assume you have already installed the edit order contribution. (http://www.oscommerce.com/community/contributions,1435). You do not NEED to install the edit order contribution before this one. . . but if you don't you will need to use extra care when you edit /catalog/admin/orders.php
This contibution puts a link on the orders.php page (next to 'invoice' and 'packing slip' which sends your browser a pdf file of a shipping label that can be printed. If your browser is configured appropriately, the pdf file will open automatically in a new window for you to print. Output is formatted for a Dymo Label-Writer but the layout can be easily changed for other printers.
Requires the fpdf library available from: http://www.fpdf.org/