Hi, Dave. So HTMLDOC is working out for you? Are you using the free version that doesn't include the command line processing? If so, are you getting around not having the command line execution by using CFEXECUTE?
What about your question concerning CSS...does it support it? Thanks, Rick Rick Faircloth, Prism Productions -----Original Message----- From: David Adams [mailto:dadams@;magma.ca] Sent: Friday, November 01, 2002 5:14 PM To: CF-Talk Subject: My experiences working with CFMX and HTMLDOC to convert web pages to pdf Environment: -CFMX -Win2k Server -HTMLDOC verion 1.8.23 (www.easysw.com) I had a simple form that requested the URL of the target webpage. I passed this into a CFEXECUTE and HTMLDOC handled it from there. Here is my code: <CFEXECUTE NAME="C:\Program Files\HTMLDOC\gHTMLDOC.exe" ARGUMENTS="--webpage -f test6.pdf #Form.Selected_URL#" TIMEOUT="30"> </CFEXECUTE> Experiences: - It was very slow compared to doing the same process at the cmd prompt - It stored the newly created pdf document in C:\CFusionMX\runtime\bin What are your experiences and recommendations? This holds a lot of promise because it is effective and free. Dave Watts once commented that it does not support CSS. Any other comments? Dave Adams, CFUG Ottawa ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

