Hi

Thanks for the replies I have tried the following based on the article
at

http://www.worlddesign.com/index.cfm/rd/cf/PDFForms.htm

I.E.

Defined two test form fields in the PDF doc and exported it out to a FDF
file.

Then run the following code on my CF page

<body>
<cfset test1 = "blah">
<cfset test2 = "testing">

<CFHEADER NAME="Content-Disposition" VALUE="inline;
filename=cex124.fdf">
<CFCONTENT TYPE="application/vnd.fdf">
<CFINCLUDE TEMPLATE="cex124.fdf">


</body>
</html>


However in my browser all I am receiving is an icon in the top left of
the screen.  If I run a properties on this its type is an 'Adobe Acrobat
Forms Document'

Any ideas on why the PDF document is not loading with the populated form
fields?

Thanks

Ian

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219998
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to