My suggestion, if your destination browsers are all ActiveX capable, would be to investigate WePO at http://www.anzio.com/produ
Main Topics
Browse All TopicsHi,
I would to multi select one or more PDF links to print from an HTML form and with one click print all the selected PDFs. The problem is that the PDFs sit on an externally hosted MS web server and the printer is over the www on a different network. I need to be able to write to our MYSQL database the invoices that get printed so can't use a third party product for multi printing. Any ideas of how I can achieve this via PHP or any other method please?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
My suggestion, if your destination browsers are all ActiveX capable, would be to investigate WePO at http://www.anzio.com/produ
Business Accounts
Answer for Membership
by: absxPosted on 2009-05-11 at 06:34:55ID: 24354362
Hi,
You're creating this application on a host, that can connect to both the PDF storage and the printer, right? Fetching the PDF files from the storage server according to user selection should be simple, but the tricky bits are talking to the printer if it doesn't support HTTP put or FTP and converting the PDF to a printer-understandable format.
What you should do first is to study the printer - what make and model is it? What kind of network protocols does it support? Does it support printing PDF? Perhaps PostScript (good free tools are available for automated PDF->PS conversion)? Even if it only talks PCL, I'd remember there was some free win32 utility for converting from PDF to PCL, but wouldn't be sure the fanciest graphics make it.