I am working with an Order processing script. I don't need someone to do the work for me, but rather point me in the right place to find a resource to learn from. I have searched Google, but nothing is definitive. It doesn't matter how applicable it is to my Application. I can generally clone it by reverse engineering techniques, but in this case I can't get it - I don't even know where to start.
I have done this at work, please review http://blog.cnizz.com/2009/07/23/ad...fault-printer-and-firefox-command-line-print/ Your other option is a perl script called html2ps which converts HTML to post script. I migrated our batch printing away from html2ps because html2ps is slow and has poor CSS support. Let me know if this works or if you have questions.
fpdf is the way to go. Won't be simple but you will be able to have total control over the appearance and positioning of your labels.