Woodchuck <woodchuck_5 <at> yahoo.com> writes:

> 
> I've followed the tutorial instructions and other
> instructions elsewhere but I'm always getting a blank
> page.... and yes, I am calling the
> response.setContentLength()..
> 


nevermind, it finally worked when i added these 3
lines:

response.setHeader("Expires", "0");
response.setHeader("Cache-Control", "must-revalidate,
post-check=0, pre-check=0");
response.setHeader("Pragma", "public");






-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to