Print dialog with ASP.Net web app

// Expert user has replied.
H Hank Hepler 2 years 11 months ago
74 1 0

App printing directly to Zebra printer using ZPL through the Zebra SDK, was wondering if there was a way to get the print dialog to show? Request from user is to be able to print multiple labels, can accomplish this in my app if needed, but do not know is SDK has an easier way :)
Thanks!
Hank

Please register or login to post a reply

1 Replies

S Steven Si

There is a command in ZPL allows you to specify how many copies you want to print. It's ^PQ (for print quantity). For example, if you want 5 copies, you just insert the ^PQ5 at the end of the ZPL.
You need to provide a UI to allow the user to specify the number of copies. Then the app takes the number and put it into the ZPL through ^PQ command.

CONTACT
Can’t find what you’re looking for?