Closed GoogleCodeExporter closed 9 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
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
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
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
Original issue reported on code.google.com by
alejandr...@gmail.com
on 6 Oct 2013 at 4:32Attachments: