Print Labels From Web Page
I have developed a page to scan serial numbers using coldfusion and javascript. I have created a bartender label and have setup datasource to maps database fields and print the label. The print works great from the bartender application.
My requirement is
1. To print label directly from the webpage by passing some parameters.
2. Print some labels in batch with a list of values.
Can you point me to some documentation of how to achieve this?
Thanks!
-
Shotaro Ito
★ BarTender Hero ★
My bet is use Commander.
Web app creates text file such as CSV or XML.
You can either just give text data as CSV (See example2 of white paper)
or some command such as specify Printer name, BarTender document name (See example 3 of white paper).
BarTender Automation Edition is required for Commander.
http://www.seagullscientific.com/label-software/whitepapers/overview-of-commander-new-201406.pdf
If you need to print number of different layouts in single issue command you can use XML Script with Commander.
With XML script, Commander can return response (spool completed or error etc) back.
BarTender Enterprise Automation Edition is required for Commander.
See posts below:
http://forums.seagullscientific.com/index.php?/topic/832-printing-too-slow/?p=2454
For trying commander, this troubleshooting guide is a must-see.
http://forums.seagullscientific.com/index.php?/topic/55-commander-troubleshooting/
Another Option is use BarTender Print Server SDK to create ASP.NET Web application, however using Commander would be much simple.
0
Please sign in to leave a comment.
Comments
1 comment