Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Printing labels in java

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I need to print a bunch of name and address as labels in java ... can someone tell me how this can be done in Java.
If I was using MS tecnologies then i would use OLE or something with MS Word. .
I need to know how this can be done in java.. I don't mind using Open Office by sun .
Can some one help me on this one ... will really appriciate it.
Thanks,
sandsouza.
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suggest you start with the label printer and software that you have. In my case, I wrote records out to a directory that was being monitored by software by Zebra. The software had a designer tool where you set up how the labels looked and what fields were data driven. My Java app just had to write the data to a file in the expected format.
reply
    Bookmark Topic Watch Topic
  • New Topic