Quoting "Antonyvinod.b" <[EMAIL PROTECTED]>: > > hi > > i am new to i text > can i save a file opend in browser by a servlet without opening the file > to the hard disk
I don't know exactly what you mean, but I will try to answer your question anyway: a servlet can generate a PDF file WITHOUT putting the file on the hard disk of the server. the PDF is sent to the browser and most probably saved somewhere in the TEMP directory on the client (a user needn't be aware of that). the PDF is opened in the browser and in most cases the viewer plugin offers you the possibility to save the PDF in a directory of your choice. there is no way to prevent people to save a PDF that is sent to a browser (unless you buy extra software to prevent this). I hope this answers your question. br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
