Jay wrote:
I am just thinking, is it possible to flush the output out, if FOP byte
stream exceeds the limit? This would help us to deal with large objects like
images etc. ?

Ordinary byte streams are flushable. The problem is more likely caused
by using a ByteArrayOutputStream, which is used to get the actual
length of the PDF content in order to put it into the appropriate
HTTP-header, which in turn is necessary for IEx up to at least release
5.5 to display PDFs at all (many thanks to Redmond for this baggage).

It would be interesting to explore whether more recent IEx releases
still have this problem, and/or whether it could be mitigated by
sending the PDF as file attachment.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to