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

How does tag printing in java and which printer is used for?

 
Ranch Hand
Posts: 214
Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I need a tag printing example in java for print tags for jewellery boxes and which printer and paper is used for this?

Which APIs are used for this.
If all of you have any answers then it will appreciable.

Thanks in advanced!!
 
Greenhorn
Posts: 6
Android Hibernate Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I probably shouldn't even answer this seeing that I doubt you put any effort into looking for the answer yourself. My first google query on 'java label printing' gave about 56 million results. One of those must be adequate for you right? The first page even contains a code snippet for printing with a DYMO label printer which is exactly what you wanted right?
 
Rd Dari
Ranch Hand
Posts: 214
Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for a good answer I searched this.
 
Rd Dari
Ranch Hand
Posts: 214
Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
any example or url for the label source code for product price,product name etc. which is dynamic field in a project

Thanks
 
Rd Dari
Ranch Hand
Posts: 214
Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all ,

Actually my project's requirement is i want to print labels (dynamic values) for a jewellery box on a A4 paper so for this I want a java program which will help me to to this work.

Can you tell me any idea for this.



Thanks !!
 
Marc Rooding
Greenhorn
Posts: 6
Android Hibernate Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you actually just want 1 label to be 1 A4 paper? If so, all you need is the generic Java printing API (javax.print or java.awt.print). I have not tried it myself but I would assume that that API would let you print using any regular printer. If you do wish to really print labels using for example a DYMO printer your best bet would be to first find out if the specific label printer you want to use is supported.

As stated before, determine which type of printer you are looking for and use your best friend google. I still can't image how you cannot find one resource about printing in Java..
 
Rd Dari
Ranch Hand
Posts: 214
Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no i want more than one label at a time after then they will cut and I searched a lot for printing label in java but not any exact example i found so I am searching it right now still but no success


Thanks for reply!
 
Rd Dari
Ranch Hand
Posts: 214
Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I didn't find any proper code example which help me to print the labels mentioned above.

Please tell me someone exact url.

Thank you.....
 
Rd Dari
Ranch Hand
Posts: 214
Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Please follow this link http://www.barcodesinc.com/zebra/8000d-jewelry-zoom.htm

my need is that what code I should use in java for printing like this. If you have any experience and sample code like this please provide me as soon as possible.

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic