Re: Convert MS Word to HTML
Re: Convert MS Word to HTML
- Subject: Re: Convert MS Word to HTML
- From: Mats-Olof Liljegren <email@hidden>
- Date: Thu, 13 Nov 2003 14:47:50 +0100
Great list this! As newbie I already got a lot of input.
Thanks to you all!
Still it has not solved my problem. Deivy's visual basic script
generates an error on my computer. Maybe it is a language problem. My
computer runs in Swedish. But I think it's not because visual basic is
in English anyway.
FYI I am running Apache, Lasso 6 and MySQL on a double G4 at 533 MHz
/Mats-Olof
2003-11-13 kl. 01.53 skrev Deivy Petrescu:
Alternatively, you can save as html from word. The code is miserable,
but it is done for you.
Again, the recorded code:
______________
tell application "Microsoft Word"
do Visual Basic " ActiveDocument.SaveAs
FileName:=\"NameGoesHere.htm\", FileFormat:= _
wdFormatHTML, LockComments:=False, Password:=\"\",
AddToRecentFiles:=True, _
WritePassword:=\"\", ReadOnlyRecommended:=False,
EmbedTrueTypeFonts:=False, _
SaveNativePictureFormat:=False, SaveFormsData:=False,
SaveAsAOCELetter:= _
False, HTMLDisplayOnlyOutput:=False"
close window 1
end tell
_______________
/Mats-Olof
Hope this helps.
BTW what system are you using?
Regards
Deivy
http://www.dicas.com/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.