How to set width of generated pdf417 barcode using java

后端 未结 1 444
青春惊慌失措
青春惊慌失措 2021-01-23 05:14

Hi I am working on generating pdf417 barcode. For this I followed this link.

try { 

             String a = \"Microsoft\";
             String b = \"wkejew\";
          


        
1条回答
  •  有刺的猬
    2021-01-23 05:33

    From your link:

    How to Set Generated Barcode PDF-417 Image Width and Height?Top

    You can set barcode image width and height through properties barcodeWidth and barcodeHeight values.

    Or you can set X (bar module width) and Y (bar module height) values

    0 讨论(0)
提交回复
热议问题