What's your definition of pitch for a barcode.

Best Regards,
Paulo Soares 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Harper,Timothy D
> Sent: Wednesday, April 14, 2004 6:57 PM
> To: '[EMAIL PROTECTED]'
> Subject: [iText-questions] Barcode39 Point and Pitch
> 
> 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
> 
> 


-------------------------------------------------------
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_id70&alloc_id638&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to