Expand my Community achievements bar.

Using Barcode in Acroforms

Avatar

Level 3

Hi

We have one requirement in Adobe Professional, the Acroform needs to generate the barcode based on the input values of the Number field.

I have followed procedure which is in below link.

http://www.adobeacrobat8.info/how-to-work-with-bar-codes-in-adobe-acrobat-8

But the barcode is not displaying properly and visibility of the barcode is not clear and i'm not sure wether its working or not.

Can some one pls help me in this

Thanks in advance

Regards,

Jay

7 Replies

Avatar

Former Community Member

"But the barcode is not displaying properly.."

What barcode characteristics indicate the barcode is not displaying properly?

"and visibility of the barcode is not clear.."

Are you referring to the barcode on the electronic PDF form or the printed PDF form?

"and i'm not sure wether its working or not."

Have you tested scanning and decoding a filled barcoded form?

Steve

Avatar

Level 3

Hi Steve,

Thank you for the reply.

The charecters(Values) of the barcode takes the values from the number input Field.

And we are referring the barcode in electronic PDF forms.

Below is the barcode display in electronic PDF form

Bar_Code.jpg

Is it works(Displays Bars) after scannig the document?

Thank you

Regards,

Jay

Avatar

Former Community Member

The PDF417 barcode appears to be ok. The display bars you are referring too (I think) on the left and right edges of the barcode are start and stop patterns. These patterns are part of the PDF417 specification.

There are several ways to validate the contents of the barcode. The attached form has a text field below the barcode that displays the content of the PDF417 barcode. Since a barcode object is just a specialized text field you can access and display the barcode data using the following calculation script:

event.value = this.getField("BarCode1").value;

Untitled.png

Steve

Avatar

Level 3

Hi Steve,

Thanks a lot for the mail and sample form.

I'm not able to find where excatly you have wrien the script on sample form.

Have you written on Barcode field and for which option ?

and where do i write the below script and on which field pls suggest.

event.value = this.getField("BarCode1").value;

once again thank you so much for the assistance.

Regards,

Jayakar

Avatar

Former Community Member

In Acrobat, go to the toolbar and select Forms > Add or Edit Fields. Right-click on the lower text field and select Properties.

Untitled.png

Go to the Calculate tab, click Custom calculation script and click Edit.

Untitled1.png

Steve

Avatar

Level 3

Hi Steve,

Thanks a lot

I will try and implement the procedure as suggested.

Regards,

Jayakar

Avatar

Former Community Member

Jayakar,

Optionally, you could send me the form at stwalker.adobe@gmail.com and I can scan it with a hand-held.

Steve