Is there a way to print out a simple pass through ZPL command in IE9?

I use Windows 7 IE8 x86 with the latest Zdesigner driver (v2.6.63.12) but now preparing the tansition to IE9 and a very basic feature of my web app is failing.

The pass through set in the printer driver properties.

I have a static HTML file containing only the below 1 line: ${^XA^BY3^FO140,150^BCN,100,N,N,N,A^FDJVGL0632341422706201^FS^XZ}$

In IE8 i just click on print and it prints a nice barcode to my only/default bar code printer, but not in IE9.

Any help is much appreciated.

link|improve this question
Can you point the driver to a file output and look at the output? Maybe IE9 is mangling the output? – OTisler Dec 8 '11 at 14:24
I get a complete garbage: CT~~CD,~CC^~CT~ ^XA~TA000~JSN^LT0^MNW^MTD^PON^PMN^LH0,0^JMA^PR2,2~SD15^JUS^LRN^CI0^XZ ^XA ^MMT ^PW799 ^LL1598 ^LS0 ^PQ1,0,1,Y^XZ This looks ZPL, but i dont see how it derives to my above string. – user1087775 Dec 13 '11 at 16:59
The code above is the initialization string from the driver which sets up the printer before printing a job. It looks like the driver is not set to pass thru mode, if it were, it shouldn't send the init string. Check you driver settings and make sure the passthru mode is enabled for the driver you are using and that ${ and }$ are the bookends for it – OTisler Dec 16 '11 at 14:32
I have confirmed that ZPL passthrough is configured in the driver in both the user and printing defaults area. Then i have opened NOTEPAD, where the same ZPL string prints just fine when encapsulated into ${...zpl...}$ So the driver is unable to lock on to the ZPL if it comes from IE9. – user1087775 Dec 19 '11 at 13:54
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.