How to generate barcode Code 39 without human-readable
"Pietter" <[email protected]> Wed, 6 Oct 2004 09:01:04 +0700
| Newsgroups | gmane.comp.krysalis.user |
|---|---|
| Message-ID | <[email protected]> |
Dear All,
I tried to create barcode Code 39 (bitmap output) without text
(human-readable).
Is there possible to use java codes ?
/* ConfigType = "Code39" */
private static BarcodeGenerator getGenerator(String ConfigType)
throws BarcodeException
{
DefaultConfiguration cfg = new DefaultConfiguration("cfg");
DefaultConfiguration child = new DefaultConfiguration(ConfigType);
cfg.addChild(child);
Logger log = new NullLogger();
BarcodeUtil util = BarcodeUtil.getInstance();
BarcodeGenerator gen = util.createBarcodeGenerator(cfg, log);
return gen;
}
Thank you.
Regards,
Pietter
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl