Stuck ;(

I have a C# code, which generates PDF based on user input and opens it in
the browser(i'm using webhandler .ashx page for that). PDF has number of
external links. When user clicks, then the PDF gets substituted with the
target page(since there is no way, I guess, to have target="_blank"
functionality in PDF). 

After that user clicks the Back button...

In FF, Chrome it works just fine - the PDF is being pulled from the cache
and there is no problem

In IE it tries to regenerate the PDF and obviously fails, since it can't see
the original form anymore. I've tried number of things, including
.AppendHeader("Cache-control", "cache,max-age=600"), nothing seems to work.

...


-- 
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Cashing-issue-in-IE-tp3006688p3006688.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to