RE: [iText-questions] Bytes

2002-01-30 Thread Paulo Soares
And do you think that the pdf will automagically guess what's in it? Best Regards, Paulo Soares > -Original Message- > From: Bhagia, Mahesh [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 29, 2002 23:25 > To: '[EMAIL PROTECTED]' > Subject: [iText

[iText-questions] Bytes

2002-01-29 Thread Bhagia, Mahesh
Does anyone know how can we add byte[] to Document. I can't convert it to String because it is binary data ( combo of image & text ) Mahesh Bhagia ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listin

Re: [iText-questions] Bytes

2002-01-29 Thread Matt Benson
addByteArrayToDocument(Document d, byte[] b) { d.add(new Chunk(new String(b))); } --- "Bhagia, Mahesh" <[EMAIL PROTECTED]> wrote: > > Does anyone know how can we add byte[] to Document. > > Mahesh > > > ___ > iText-questions mailing list > [EMAI

[iText-questions] Bytes

2002-01-29 Thread Bhagia, Mahesh
Does anyone know how can we add byte[] to Document. Mahesh ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions