Hi Community,
I’ve developed an application for WebClient (IE8) using ND8-x64, W2K8Srv.
On one of my print-outs i want to place a barcode (EAN13), representing the stored data of a document-field (ident-no.)
Is somebody experienced with this ? Is there a freeware-3rd-party-tool available ? Or does Lotus offer a tool ?
Thanks fo any help
best regards
Stephan Reintjes
Kleve/Germany
Subject: You can buy barcode fonts.
This is a little trickier with web browsers though, as if they don’t have your barcode font they wont see the barcode. The solution to this is to create an image that has the barcode. There are various Java libraries that exist for creating images on the fly (Search google), you could create the image with the barcode you want using that library, then include it in your web form.