[EMAIL PROTECTED] wrote:
> i use iText to generate pdf in a website.
On the server side.
> everything seems ok except
> for some machines.
On the client side.
> on these machines pdf can't generate.
You typically don't want the PDF to be generated
on the client side, so you're description isn't
accurate. The PDF generates well on the server side,
but there's a problem displaying the PDF on the client
side (if I'm correct, it's not an iText problem).
> But when i clear
> the temporary file of IE, it's ok for only once, then the trouble appear
> again.
> what's the problem ? help me.
Read more about HTTP Headers.
For instance, try setting these headers:
response.setHeader("Expires", "0");
response.setHeader("Cache-Control",
"must-revalidate, post-check=0, pre-check=0");
response.setHeader("Pragma", "public");
best regards,
Bruno
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/