From: bairav h. <bai...@gm...> - 2014-11-05 13:59:37
|
Hi, I need a help in controlling the width of barcode lines, is anyone there to help on this? Am using XSL-FO to get my PDF report. below is the code which is giving me the barcode, i need to reduce the width of each barcode lines so as to accomplish the approval. <fo:instream-foreign-object> <barcode:barcode xmlns:barcode="http://barcode4j.krysalis.org/ns" message="{12345678}" xmlns="http://www.w3.org/2000/svg"><barcode:code128> <barcode:height>35.5mm</barcode:height> <barcode:module-width>0.55mm</barcode:module-width> <barcode:human-readable> <pattern>(__) _______ __________ __ </pattern> <placement>bottom</placement> <font-name>calibri</font-name> <font-size>14pt</font-size> </barcode:human-readable> </barcode:code128> </barcode:barcode> </fo:instream-foreign-object> Regards, Bairav |