Skip to content

Dymo LabelWriter 450 Java Library

simsam7 edited this page Aug 19, 2013 · 2 revisions

To use this library, just add the JAR to your project and then simply do:

LabelWriter labelwriter = new LabelWriter(); labelwriter.printLabel("test0", "test1", "test2", "test3", "test4", "test5", "test6", "test7", "test8", "test9", "test10", "test11");

You do of course need a LabelWriter 450 (others may work, I don't know) and you will have to adjust the locations of the text if you need, I simply fiddled with the positions until I had something that worked for me.

Make sure to install the driver for the printer & you should be good to go.

Clone this wiki locally