Barcode barcode = BarcodeFactory.createEAN128(value); barcode.setBarHeight(barheight); barcode.setBarWidth(barwidth); barcode.setResolution(dpi); barcode.setDrawingText(true); barcode.setFont(font1); File imgFile = new File(pathLocation); //Write the bar code to PNG file BarcodeImageHandler.savePNG(barcode, imgFile);
i want barcode text under the barcode. but its not show any text under barcode
1.4m articles
1.4m replys
5 comments
57.0k users