Don't know exact situation. But I will add that you may also need to have JSP urls that looks PDF or RTF documents! I have servelts that redirect to JSPs internally based on JSP file name argument passed, e.g.;
http://......../jspdoument.pdf?f=myjsp1.jsp http://......../jspdoument.rtf?f=myjsp2.jsp In this way, browsers can see proper extensions and do proper work. -- View this message in context: http://www.nabble.com/handling-jsp-response-tp18091614p18104907.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
