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
: [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
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