DYMO Labelwriter 400: Raw Printing

582 views
Skip to first unread message

Sean Lamm

unread,
Dec 10, 2013, 10:44:04 AM12/10/13
to jzebra...@googlegroups.com
I am trying to print to a dymo labelwriter 400.  I have tried the dymo driver as well as the generic / text only driver with the following basic functions.

function print() {
if (notReady()) { return; }
qz.append('Hello World!');
qz.print();
}

function printHTML() {
if (notReady()) { return; }

qz.appendHTML('Hello World');
qz.printHTML();
}

dymo driver:

print() function: data is sent to the printer but nothing prints

printHTML() function: prints successfully with added html closing tag

generic / text only driver:

both functions: data is sent to printer but nothing prints


I am curious why the qz.printHTML() works and the qz.print() does not with the dymo driver.  I would really like to be able to use raw printing with this printer. 

Thanks,
Sean







Tres Finocchiaro

unread,
Dec 10, 2013, 11:00:39 AM12/10/13
to jZebra users

Dymo label printers (to the best of my knowledge) do not support any raw languages.

I'm working on an HTML5 demo for a client that prints to 2.25 x 1.25 labels and can send you an advanced copy of our progress if interested.

If you can send the label size you are working with I can assist.

-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/groups/opt_out.

Sean Lamm

unread,
Dec 10, 2013, 11:16:25 AM12/10/13
to jzebra...@googlegroups.com
I would greatly appreciate that. My label size is .75 x 2.

Sean

Tres Finocchiaro

unread,
Dec 10, 2013, 12:08:57 PM12/10/13
to jZebra users
> My label size is .75 x 2.

Great.  I have several questions.  Please answer all of them.

  1. Vertically or horizontally fed? (image attached)Inline image 1
  2. Please provide the DYMO "page format" number that you use.  This is needed for my testing. (i.e. form 34434)
  3. If vertical, will the text will be rotated 90 degrees?
  4. Can you provide this rotation with HTML?
  5. If you cannot provide this rotation with HTML, will you need the image flipped on it's side? (90 degrees)

-Tres

image.png

Tres Finocchiaro

unread,
Dec 10, 2013, 11:14:44 PM12/10/13
to jZebra users
@Sean,

I put some time into this tonight and figured it out.

Attached is a html sample that should automatically print to a dymo label for you.  It includes enhancements to the html2canvas usage which work specifically well for printing labels.

Make sure your Dymo printer is configured to print to a 30330 label by default under printer settings.

I didn't have the exact label size, but the attached image should illustrate my success.

To achieve a (hopefully) scannable barcode I doubled the size of the conents of the web page, which QZ-PRINT automatically scales down to fit on the paper.  This seems to make the image more legible.

Let me know if this helps.

Inline image 1


-Tres


image.png
image.png
dymo.zip
Reply all
Reply to author
Forward
0 new messages