Hello
I am developing a java application which is using
iText to generate PDF .
I am generating the barcodes in the document.I am
using the following method
*******************************************************
PdfContentByte cb = writer.getDirectContent();
BarcodeEAN codeEAN = new BarcodeEAN();
codeEAN.setCodeType(codeEAN.EAN13);
codeEAN.setCode("9780201615883");
Image imageEAN = codeEAN.createImageWithBarcode(cb,
null, null); document.add(new Phrase(new
Chunk(imageEAN, 0, 0)));
*******************************************************
Now the barcodes are fine and they get scanned also.
My team lead visited Printronix Labs there they have a
device that tells us the grade of the barcode. When
they tested our barcode we got a grade 'D'. We must
get atleast a grade 'B'.
How can we change the grade of the barcodes.
Could u please help me on this.
Thanks in advance.
Navin
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions