Hi i wrote the coding with the help of "IText", a free
java library which i got from internet....
the code now i am using is...
This is working fine...but while using this code the pdf documnet get created and stored in the location which i specified..
PdfWriter.getInstance(document,new FileOutputStream("
C:/palanivelrajan/ValidData.pdf"));
but what my actual need is to create document and to ask user "save or open"....we have to give the option for storing the document where he needs to save..
what to do for that....