Problem writer printer in ZEBRA

24 views
Skip to first unread message

Daniel

unread,
Jun 2, 2015, 1:54:36 PM6/2/15
to jzebra...@googlegroups.com
Hello need personal help from more experienced colleagues, I am printing directly to the printer port ZEBRA with this code plus the last not print label, it print all the labels over the last not already tried several solutions more still can not solve, someone can you help me?

static void Print(string content)
{
    try
            {
               writer.Write(content);
            }
            catch
            {
   
                if (writer != null)
                {
                    writer.Dispose();
                }

}
}
Att,
Daniel

Tres Finocchiaro

unread,
Jun 2, 2015, 2:30:36 PM6/2/15
to jZebra users
@Daniel,

The code which you have referenced is not compatible with the qz-print software (previously known as jzebra).  If you would like to use the qz-print software for printing, we can help, but the code you have posted is for another technology or application.

-Tres

--
--
To unsubscribe from this group, send email to jzebra-users...@googlegroups.com
 
http://code.google.com/p/jzebra

---
You received this message because you are subscribed to the Google Groups "jZebra users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jzebra-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Daniel

unread,
Jun 2, 2015, 3:12:30 PM6/2/15
to jzebra...@googlegroups.com
Hi, thanks for replying, I'm actually printing on ZPL, I retrieve the spool ZPL and print again on another printer. I'm using C # and the last page does not print.

Att,
Daniel

Tres Finocchiaro

unread,
Jun 2, 2015, 4:37:14 PM6/2/15
to jZebra users
> I'm using C #

That makes sense.  You won't find much help here with C#, this is a mailing list for the qz-print Java application which uses JavaScript for sending commands to the printer.  We have a desktop version we're almost ready to release too, still written in Java.

> and the last page does not print.

I'm not sure what that means in this context as you haven't even sent us what the first page looks like. 

> I'm actually printing on ZPL, I retrieve the spool ZPL and print again on another printer. 

I'm not sure what that means either, but if you think your problem is driver related, you can feel free to check out this tutorial:  http://qzindustries.com/TutorialRawWin

If you believe your problem is ZPL code related, feel free to post the code here, but you may find better results in other places, such as contacting Zebra support or studying their programming guide.

Reply all
Reply to author
Forward
0 new messages