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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to