ramonlopes / jzebra

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

jZebra, problem with a hp deskjet 3525 printer . #162

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using jZebra Sample Applet 1.5.6, with a hp deskjet 3525
I'm using Gogole Chrome v27 and IE 10.
I'm using Java SE 7 update 40
I'm using Windows 7 64bit.

The demo sends the document to tray,but not print.

Original issue reported on code.google.com by alejandr...@gmail.com on 6 Oct 2013 at 4:32

Attachments:

GoogleCodeExporter commented 8 years ago
You have to provide more details.  What are you trying to print?  Which button 
did you press?  LaserJet features are in the PostScript section.

Original comment by tres.fin...@gmail.com on 6 Oct 2013 at 4:37

GoogleCodeExporter commented 8 years ago
I can tell by the screenshot, you clicked the raw features.  This is not a bug. 
 Closing, marking as invalid.

Original comment by tres.fin...@gmail.com on 6 Oct 2013 at 4:39

GoogleCodeExporter commented 8 years ago
I try printing single text, raw printer method in usb printers. for invoice, 
currently use hp deskjet 3525.

i'm developing in javasacript  for printers with lpt1 port and serial.

Sample:

Set fso = CreateObject("Scripting.FileSystemObject")    
Set a = fso.CreateTextFile("LPT1", True)
a.WriteLine("any text")
a.Close

For usb printer, i found jzebra

but using the jZebra Sample Applet 1.5.6,  i press print button (Raw Printers 
Only), sends the document to tray,but not print.

what is the best way to use jzebra to print text only usb printers bills

Original comment by alejandr...@gmail.com on 6 Oct 2013 at 5:04

GoogleCodeExporter commented 8 years ago
Ok, you have a unique scenario.  You have to add the DeskJet as a Generic/Raw 
printer via the TutorialRawXP, then adjust the commands accordingly.

Original comment by tres.fin...@gmail.com on 6 Oct 2013 at 5:34