David Adams wrote:

> 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

cfexecute in CF MX waits until the timeout, even if the task has already 
finished. I think that is what is bugging you and not a HTMLDOC issue.

> - It stored the newly created pdf document in C:\CFusionMX\runtime\bin

Have you tried specifying the full path?

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to