Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Change module width with LiveCycleDesigner and Barcode 128

Avatar

Level 1

Hi,

it is possible to make changes on modul witdh or other barcode parameters in LiveCyleDesigner?

I have a Barcode 128 with a long content (40 alphanumeric signs). For better scanning i need to cange the interval between the lines. 

 

With Codesoft it is posssible. How i can make it in ALD?

 

Best regards, 

2 Replies

Avatar

Administrator

Avatar

Level 10

Hi, I'm not familiar with the product Adobe LiveCycle Designer, but based on some Google searches, I can make a few hypotheses:

  • It seems possible to access the XML code of the barcode object.
  • You can then locate the <barcode> element within the code.
  • After that, you can add or modify the density attribute moduleWidth inside the <barcode> element.
  • Finally, you can use the preview feature to check the barcode's density and readability with your scanner.