G
gwoodhouse
Hello everyone,
After wrestling with FOP ive now got to this point:
What my site does is allow people to download dynamically generated
PDF's. I do this with the FOP framework, then stream the file contents
out in the response. The problem with this is that we're using an
Apache -> Tomcat through AJP - after searching the web ive found that
in this configuration large PDF's will not stream correctly to the PDF
plugin giving a "Currupt File" error.
My websearches lead me to beleive its because the PDF plugin needs the
size of the file sent across so it knows to keep itself open to
receiving more data - but at large sizes the plugin refuses to get
more data and says "currupted".
Has anyone ever encountered this problem and figured a way around it?
Graeme
After wrestling with FOP ive now got to this point:
What my site does is allow people to download dynamically generated
PDF's. I do this with the FOP framework, then stream the file contents
out in the response. The problem with this is that we're using an
Apache -> Tomcat through AJP - after searching the web ive found that
in this configuration large PDF's will not stream correctly to the PDF
plugin giving a "Currupt File" error.
My websearches lead me to beleive its because the PDF plugin needs the
size of the file sent across so it knows to keep itself open to
receiving more data - but at large sizes the plugin refuses to get
more data and says "currupted".
Has anyone ever encountered this problem and figured a way around it?
Graeme