|
Hi
I tried the script belov and it works fine against
Acrobat Reader 6.02 but it do not work towards an Acrobat 5.
What can be wrong.
if not isnull(rs("Name")) then
outputFDF.FDFSetValue "Name", rs("Name"), False
if not isnull(rs("Phone")) then outputFDF.FDFSetValue "Phone", rs("Phone"), False RS.Close Cnn.Close outputFDF.FDFSetFile "http://www.dtp-tjanst.com/Acrobat/Acrotest5.pdf" Response.ContentType = "application/vnd.fdf" Response.BinaryWrite outputFDF.FDFSaveToBuf outputFDF.FDFClose Regards
Ulf Andersson DTP-tj�nst AB Kornettv�gen 28 192 73 Sollentuna 08 626 20 98 070 207 59 10 [EMAIL PROTECTED] www.dtp-tjanst.com www.dtp-tjanst.se |
