I need my barcode to have Pitch=4.69 and Point=12.0
I can not find the right combination of setX and SetN to achieve a barcode
readable by our scanner.
Any help is appreciated, and here is my code (should I be using a font?)
PdfContentByte cb=writer.getDirectContent();
Barcode39 code39=new Barcode39();
code39.setCode("0201" + tempString + "0");
code39.setBarHeight(44);
f =(float)4.4;
code39.setN(f);
code39.setFont(null);
Image image39=code39.createImageWithBarcode(cb, null, null);
image39.setRotationDegrees(270);
document.add(new Phrase(new Chunk(image39, -50, 0)));
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions