On Mon, Feb 2, 2015 at 11:28 AM, Kevin Skelton <[email protected]> wrote: > Is it possible to generate a Barcode "image" using one of the ODFToolkit > APIs? > Or is this a matter of finding the correct barcode font to apply to a text > field? >
There is an older demo that added a 2D barcode containing contact information to a presentation slide: http://incubator.apache.org/odftoolkit/simple/demo/index.html If I recall, it used a 3rd party service to generate the barcode image. A quick search indicates an open source (Apache License) barcode generate in Java that might be integrated: http://barcode4j.sourceforge.net/ Regards, -Rob > > Thanks, > Kevin Skelton > > This message is intended for use only by the person(s) addressed above and > may contain privileged and confidential information. Disclosure or use of > this message by any other person is strictly prohibited. If this message > is received in error, please notify the sender immediately and delete this > message.
