Re: [iText-questions] Streaming the PDF to browser

2004-07-10 Thread Paulo Soares
day, July 09, 2004 12:19 PM To: [EMAIL PROTECTED] Subject: [iText-questions] Streaming the PDF to browser Hello, I got the output in java.io.ByteArrayOutputStream(), I am trying to stream that to the browser and I am having hard times doing that. I am using ASP.NET so I am doing Response.OutputStream

RE: [iText-questions] Streaming the PDF to browser

2004-07-09 Thread Kalpesh Raval
: [iText-questions] Streaming the PDF to browser Hello, I got the output in java.io.ByteArrayOutputStream(), I am trying to stream that to the browser and I am having hard times doing that. I am using ASP.NET so I am doing Response.OutputStream.Write(byte array,offset, length) now

[iText-questions] Streaming the PDF to browser

2004-07-09 Thread Kalpesh Raval
Hello, I got the output in java.io.ByteArrayOutputStream(), I am trying to stream that to the browser and I am having hard times doing that. I am using ASP.NET so I am doing Response.OutputStream.Write(byte array,offset, length) now java.io.ByteArrayOutputStream.toByteArray returns sbyte array