> Barcode128 code128 = new Barcode128(); > code128.setCodeType(Barcode.CODE128); > code128.setCode(value); > Image barcodeimage = code128.createAwtImage(Color.BLACK, > Color.WHITE); > > code128 = null; > return barcodeimage; You did not set the barcode dimensions, eg. code128.setBarHeight(?)...
------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
