Link to home
Start Free TrialLog in
Avatar of SimonGClarke
SimonGClarke

asked on

Print PDF with barcodes from Windows Mobile 6.5

We have Honeywell Dolphin 6000 devices running Windows Mobile 6.5 from which we would like to print PDFs containing barcodes (Code128).

The pdfs are generated by our web server and need to be printed to whichever printer is closest to the user.

We'd like to know what the best way to accomplish this is. We have explored a couple of options:

1) Printing from an aspx page using adobe reader command line - this only seems to work if a user is logged on to the server and there is already a document open in adobe reader. If not an error pops up (on the server) saying that a printer needs to be installed before it can print.

2) Connecting the devices to network printers and printing from a pdf viewer. The only pdf reader we found that supported printing does not display the barcode correctly even though the font is installed.

Is there another way to do this? Or are there any suggestions for getting one of the above ideas to work?
ASKER CERTIFIED SOLUTION
Avatar of hjgode
hjgode
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SimonGClarke
SimonGClarke

ASKER

Thanks for your quick reply.

The WM devices will be operating on different subnets so we'll be able to determine location by IP address.

I like the idea of a watched folder, in which case we could copy pdfs to a particular folder dependent on location, however I'm having trouble trying to find a tool to do the job. The printfile one that you referenced is along the right lines, but (1) I couldn't see any way of setting up multiple watched folders and (2) our printers didn't like having pdfs dropped directly in there.

I thought I had found the ideal tool here http://www.4-tech-engineering.com/software/autoprintpro/autoprintpro.htm however it won't install on my Windows 2000 server despite Windows Server 20xx being listed under system requirements.

This http://funasset.com/products/silentprint/versions.asp looks like it might do the job, however the price pretty steep (it's based on Number of Tasks and jumps from 2 tasks at £79 to 20 tasks for £279 - we're looking at having 3 tasks...)

We'd ideally like a free solution, however <£100 would be considered.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hello

I would recommend AutoPrint Pro. too. There must be a way to install it. Contact them, they would like to have new customers :-)

I found another one, BatchPrint: http://www.traction-software.co.uk/batchprint/

Also searched for open-source apps doing folder watched printing, but had no luck so far.

Normally a folder watched printing should not that hard to program, as windows already supports drag-n-drop of files onto printers.
Strangely enough I didn't actually think of contacting them for support - I have since done so and they uploaded a new installer for me to try. Unfortunately I didn't have any luck with that either, but in my attempts to get it working I thought I'd try installing on an XP machine and then copying the exe file over (it was the only element missing) and I realised I can just use an XP machine and copy the files over to that.

Sounds simple so I'll have a go at that next week and update then. Have a good weekend :)
Finally had a chance to trial AutoPrint Professional today and it does the job nicely, we just have to drop the pdfs in the right folder and they print almost immediately. It was very easy to set up and can also be run as a service (I've not tested this aspect yet). They were quick to respond to my queries too, which is always a good sign.

For low volume this may work well as a free solution for others as it just needs restarting after 25 print tasks.

Thanks for all your help.