I found this thread after seeing the same with Acrobat8 and CF. I am following up with the Acrobat team to make sure this is getting resolved.
I also found the Web Service interface to be a great way to communicate to CF. Just use http://www.hostname.com/pathtocfc/pdf.cfc?wsdl in Acrobat. One small thing you need to do is add style="document" to your cfcomponent tag, this makes your web service document literal, which is required by Acrobat. Once defined, Acrobat 8 shows you all parms. You can then drag input parms and output to the pdf form, as well as the invoke button. Very easy way to create interactive PDFs. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266243 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

