Expand my Community achievements bar.

Need help for barcode field

Avatar

Level 1

Hi all,

We need a help on Livecycle's Barcode field. Currently we need to insert a barcode into our PDF form. This barcode has 3 portions, and each of them uses a different standard, for example

5 digits of Code 128A + 5 digits of Code 128C + 5 digits of Code 128A or 128B

From the standard Livecycle ES, it only provides Code 128, Code 128A, Code 128B, or Code 128C out-of-the-box component, but not a combination of them. Therefore, is there a way to generate a "combined" barcode?

(P.S. we tried to use 3 components and align them together. However, we couldn't derermine/manage the space between them.)

Thanks a lot in advance!

2 Replies

Avatar

Former Community Member

I don't believe you can generate a combined barcode. If you try to do this manually you'll likely run into rendering problems with the barcode thinking it has invalid contents and not appearing on your final form.

Any problem with having the barcodes separated?

Avatar

Level 1

Thanks for your reply. i guess i have found a solution by basically using:

[SC] 5 digits + [CA]5 num and alp + [CC] 5 digits

it works very well.

Regards