Using ASP to generate PDF - but can't save data?
I've got my ASP Script to generate a PDF on the fly from a database to specified fields in a PDF with help of FDFTOOKIT (Server.CreateObject("FdfApp.FdfApp") )
Server.CreateObject("FdfApp.FdfApp")
I'm using header ("Content-Type: application/vnd.fdf"); to send the output to the user.
The problem is, when they save the PDF to their local drive it doesn't save the dynamic form data, the fields are just blank.
Does any body come acorss this scenorio ?
Any Work Around /Solution ?
Regards,
Deepak
|