What you need is a better printer or a X width adjustment. If it's not the
case tell me precisely what the problem is and I'll change the code
accordingly.

Best Regards,
Paulo Soares


> -----Original Message-----
> From: navin kumar [SMTP:[EMAIL PROTECTED]
> Sent: Monday, February 24, 2003 5:42
> To:   [EMAIL PROTECTED]
> Cc:   [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject:      [iText-questions] Improve Grade of Barcodes
> 
> 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


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to