-- Forwarded message --
From: [EMAIL PROTECTED]
Date: Fri, 9 Feb 2007 09:48:19 -0500
Subject: [ iText BarcodePdf417 ]- How to encode String without
converting to byte[]?
To: [EMAIL PROTECTED]
iText's BarcodePdf417 setText(byte[] b) & setText(String s) methods both
set
a byte array
iText's BarcodePdf417 setText(byte[] b) & setText(String s) methods both set
a byte array representation of the input before encoding to a 2d PDF417
barcode. Is there anyway I can encode the String to a PDF417 barcode
WITHOUT converting to a byte array ? Unfortunately my barcode decoder is
not a