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
-
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
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");
///