lokeshj / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Problem with printing images #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I want to print an image using jZebra, but I want to use raw ZPL. I only use 
jZebra to send data to the print.

My problem is: How can I send an image to the printer using ZPL? Please help

Original issue reported on code.google.com by brunoo.c...@gmail.com on 15 Aug 2012 at 6:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
http://code.google.com/p/jzebra/wiki/TutorialWebApplet#Printing_Images

Original comment by tres.fin...@gmail.com on 15 Aug 2012 at 8:39

GoogleCodeExporter commented 9 years ago
I'm using the append command to insert code manually, so, here is my code:

^XA~SD13~DG000.GRF,01792,028, (and continue....)

when I call the print() nothing happens, but when and copy and paste my code 
into a direct communication with zbrea printer it works fine, than I can use 
the method print() in my application and it works.

Why it happens? Can I use the ~DG command with jZebra? I think that is the 
problem.

Original comment by brunoo.c...@gmail.com on 17 Aug 2012 at 4:49

GoogleCodeExporter commented 9 years ago
~DG, or "download graphic" hasn't been asked before.  I would suggest emailing 
the mailing list at jzebra-users@googlegroups.com.

I will leave this bug report open in the event code changes are needed to 
support this.

-Tres

Original comment by tres.fin...@gmail.com on 17 Aug 2012 at 8:24

GoogleCodeExporter commented 9 years ago
Contacted Bruno via email.  This is a duplicate of issue 34.

Bruno has offered to explain how he has accomplished this on the mailing list.

Merging issue into issue 34.

-Tres

Original comment by tres.fin...@gmail.com on 22 Aug 2012 at 6:11