RE: [iText-questions] pdf417_barcode.java

2003-12-03 Thread Paulo Soares
Title: RE: [iText-questions] pdf417_barcode.java If you only use ASCII the encoding "ISO-8859-1" will work. In the next release you'll be able to register custom encodings used by iText. Cp437 will be available by default. Best Regards, Paulo Soares -Original Mes

RE: [iText-questions] pdf417_barcode.java

2003-12-03 Thread Gajdos Gabriel
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of wang yun Sent: Wednesday, December 03, 2003 12:03 AM To: [EMAIL PROTECTED] Subject: [iText-questions] pdf417_barcode.java Dear Support, I am using VJ+ 6.0 to run pdf417_barcode.java But, I have problem for the coding. For Microsoft

[iText-questions] pdf417_barcode.java

2003-12-02 Thread wang yun
Dear Support, I am using VJ+ 6.0 to run pdf417_barcode.java But, I have problem for the coding. For Microsoft, is there other coding name to replace cp347? Thanks, yun / // Code in the pdf417_barcode this.text = s.getBytes("Cp437"); ///