Hi guys,

There is .bas script for homesite that does this. In the code the author
notes that

<quote>
' find the index of the HTML converter (this works around a bug in
        ' MS Word that prevents accessing the HTML converter by name) '
</quote>

he does a loop over the .FileConverters collection until he finds  ClassName
= 'html'
and then uses the current convertor to convert the file ..

The script is at : http://scripts.hsguide.com/scripts.html

I hope this info helps ...let me know how you get on ..

Justin  ~Irish ColdFusion Head



----- Original Message -----
From: Greg Saunders <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 20, 2000 3:25 PM
Subject: Re: converting word docs to HTML [still not working]


> At 12:53 PM 4/20/00 -0000, David E. Crawford wrote:
> >Mike Dinowitz might have it.  We kind of worked together to get the right
> >solution.  Apparently between Office 97 and Office 2000 there was a
> >difference in the parameter for saving the files out.
>
> Apparently so.  Or could it even be a separate method?  I've tried all
> suggestions so far, as well as a brute force search of various Save-as
> types, from -10 to 260, and found this:
>
>   0-7 - save correctly (see David's post on Word formats)
>   -1, 15, 106 - appear to save as Word docs
>   all the rest (including 10 and 100 as suggested solutions) - give a
> "Command failed" error
>
> any other ideas?  I'm running CF 4.0 and Word 2000.  I also ran David
> Crawford's original script, as reposted by David Shadovitz, and it failed
> in the same way.
>
> Thanks to everyone who has responded so far!
>
> Greg Saunders
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to