Change module width with LiveCycleDesigner and Barcode 128 | Community
Skip to main content
New Participant
July 11, 2025
Solved

Change module width with LiveCycleDesigner and Barcode 128

  • July 11, 2025
  • 1 reply
  • 328 views

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, 

Best answer by giuseppebaglio

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.

1 reply

kautuk_sahni
Employee
September 16, 2025
giuseppebaglio
giuseppebaglioAccepted solution
New Participant
September 17, 2025

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.