up vote 1 down vote favorite
1
share [g+] share [fb]

Cans someone point in the write direction for printing barcode labels using Java? I can use the barbecue library (http://barbecue.sourceforge.net/) to generate them bar codes as images, but I need a way to put the image (and human readable caption) into an Avery document template for printing.

link|improve this question

50% accept rate
And how exactly do you come from "print ... using Java" to "Avery document template"? – Thorbjørn Ravn Andersen Aug 20 '09 at 15:24
feedback

4 Answers

up vote 0 down vote accepted

The iText library supports pretty much every kind of barcode imaginable. You can generate pdfs and either save them or print them internally.

link|improve this answer
feedback

I think you will have to measure your Avery label page with a ruler and then in your Java code, you will have to create a full Letter/A4/whatever page to print and offset your barcode image on that page to the appropriate location based on your measurements with the ruler.

link|improve this answer
They Avery company is frequently used because it is a standard size. These numbers should be written down somewhere already for you, but in any case, measuring them should work! – Karl Aug 20 '09 at 17:49
feedback

I'm printing bar codes using java but I'm using a printer which have a pre-programmed function for printing bar codes. So I'm only telling the printer what codes to print and it does the rest. If you willing to pay for a printer it might saves you some time.

This may or may not be useful to you, but I thought i'd mention it.

link|improve this answer
feedback

Have you tried printing the image that you got from "barbecue" ?

link|improve this answer
I can print it, but there is no way to print in to a specific place on a template (at least that I'm aware of). – David Hamilton Aug 20 '09 at 13:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.