Using Itext in JSP-Tomacat
843836Jan 5 2004 — edited Dec 6 2008Hai ,
I have a simple JSP program that accepts the username as input ! and when i submit it I'm creating a PDF with that username as the name of the pdf (username.pdf) .
I have share my tomcat server so that the program can be accessed any where form the intranet .
Now my doubt is ,
say some person "X" is accessing my program and the file name X.pdf is created in my machine (ie the server ) !
What should i do , so that the file is saved in the Client's machine (users machine) !
Thanks !