aspose file tools
The moose likes Beginning Java and the fly likes barcode 128 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "barcode 128" Watch "barcode 128" New topic
Author

barcode 128

vaibhav lather
Greenhorn

Joined: Mar 22, 2012
Posts: 2

i m creating bar-code 128, i want to generate bar code with some numeric just like 0to9 value but i want to append String in its bar-code label. just like i want bar-code to generate from number 23546 but i want label on that bar-code is 23546/john. , is this possible or not
Winston Gutkowski
Bartender

Joined: Mar 17, 2011
Posts: 4747
    
    7

vaibhav lather wrote:i m creating bar-code 128, i want to generate bar code with some numeric just like 0to9 value but i want to append String in its bar-code label. just like i want bar-code to generate from number 23546 but i want label on that bar-code is 23546/john. , is this possible or not

If you're talking about a Code-128 barcode, it would certainly appear to be.

Winston


Isn't it funny how there's always time and money enough to do it WRONG?
Peter Fetterman
Greenhorn

Joined: Jan 03, 2013
Posts: 1
vaibhav lather wrote:i m creating bar-code 128, i want to generate bar code with some numeric just like 0to9 value but i want to append String in its bar-code label. just like i want bar-code to generate from number 23546 but i want label on that bar-code is 23546/john. , is this possible or not


Of course, youc can!!! See this Java Code 128 Barcode Generator Tutorial. It describes in detail. I hope this is helpful for you.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32654
    
    4
Welcome to the Ranch
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: barcode 128
 
Similar Threads
radio button using javascript DOM
Question using XSD with JAXB
java ranch #223 and #325
Encrypt in Java / Decrypt in C++
Brain Fog