> -----Original Message----- > From: Jose Urzua [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 08, 2006 4:53 PM > To: Paulo Soares > Cc: [email protected] > Subject: Re: [iText-questions] PDF417 byte compaction > > Thanks, but this don't work. I need to generate PDF417 image with "ñ" > characters and everyone can read that image on every system, > independant system locales. > > How I can do that? >
You'll have to pay attention to the details. Although the PDF417 references states that text should be encoded as per cp437, where the "ñ" char is F1, it's still just bytes open to the interpretation of the end party. If your reader is connected to the PC keyboard it will have to be configured properly. > 2006/3/8, Paulo Soares <[EMAIL PROTECTED]>: > > BarcodePDF417.PDF417_FORCE_BINARY > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On > > > Behalf Of Jose Urzua > > > Sent: Wednesday, March 08, 2006 1:29 PM > > > To: [email protected] > > > Subject: [iText-questions] PDF417 byte compaction > > > > > > Hi, > > > > > > I need to generate PDF417 image with "binary compaction > mode", ¿What > > > constant/option will be use? > > > > > > Thanks in advance, > > > -- > > > José Urzúa Reinoso > > > http://jose.cl > > > Linux User: 303956 http://counter.li.org > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by xPML, a groundbreaking > > > scripting language > > > that extends applications into web and mobile media. Attend > > > the live webcast > > > and join the prime developer group breaking into this new > > > coding territory! > > > http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 > > > _______________________________________________ > > > iText-questions mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > > > > > > -- > José Urzúa Reinoso > http://jose.cl > Linux User: 303956 http://counter.li.org > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
