cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Rectangular data matrix in Adobe livecycle designer

MarcelMoravek
Explorer
0 Likes
663

Hello everyone,

please, is there a way to insert a rectangular data matrix into form in adobe livecycle designer?

We did not find an option to add this type of barcode component in the list of barcodes that adobe livecycle designer offers (see picture). 

S0015677769_0-1716281049981.png

Even though there are options to add data matrix, none of them were rectangular. One question thread suggested to change the moduleWidth and moduleHeight (XML properties of the data matrix) to make it rectangular, but doing so doesn't do anything. 

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

MarcelMoravek
Explorer
0 Likes

Hello,

we solved our problem by generating the data matrix as bitmap.

In FM that is printing the form we render a bitmap for a data matrix using class cl_rstx_barcode_renderer which has a lot of useful static methods for rendering bar codes, QR codes, data matrixes... 

We then send this bitmap to the form and display it as image.

Best Regards.