Hi!
I made a report in jasperreport and I'm using ean13 font for barcodes:
.......
FontKey key = new FontKey("ean13", false, false);
PdfFont font = new PdfFont("/fonts/ean13.TTF",BaseFont.IDENTITY_H,true);        
fontMap.put(key,font);
JRPdfExporter exporter = new JRPdfExporter();
exporter.setParameter(JRPdfExporterParameter.CHARACTER_ENCODING, "UTF-8");
exporter.setParameter(JRPdfExporterParameter.FONT_MAP, fontMap);
....

And it works excellent on Windows + WAS 6.0. But when I run application on linux
red hat 4 EE + WAS 6.0 it cuts some barcodes. On the same page I have full
barcodes and barcodes with missing two lines at the end of the barcode. This
only happen when the font size > 14.
Have someone any idea what is wrong? Is this fault of itext?

I use itext-2.0.0 and jasperreport 1.3.0.

Miro

I put a question also on jasperreport forum - still no answers.



____________________
http://www.email.si/

<<attachment: ean13_orig.jpg>>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to