Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 01-15-2005, 06:00   #1 (permalink)
Dylan Parry
Civilians

 
Default Tools for converting .doc to html

Hi folks,

I have a load of Word documents that I need to convert to plain vanilla
HTML. I know that MS Word is pathetic when it comes to saving as HTML,
so I was wondering if anyone here knows of any *good* tools for
converting between the two or at least cleaning out the crap that Word
puts in there?

Obviously, nothing is going to be perfect and I'm going to have to tweak
the code, but anything that helps in converting 100 page documents is
going to make my life a lot easier! The structure of the Word documents
is really simple, with no complex layouts, just headings, paragraphs and
lists.

Any ideas?

--
Dylan Parry
http://webpageworkshop.co.uk -- FREE Web tutorials and references
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 01-15-2005, 07:00   #2 (permalink)
Toby Inkster
Civilians

 
Default Re: Tools for converting .doc to html

Dylan Parry wrote:

> I have a load of Word documents that I need to convert to plain vanilla
> HTML. I know that MS Word is pathetic when it comes to saving as HTML,
> so I was wondering if anyone here knows of any *good* tools for
> converting between the two or at least cleaning out the crap that Word
> puts in there?


I have been extremely impressed with wvHtml recently. The HTML is
generates isn't the tidiest in the world, but it's not bad. Feed the
results through HTML Tidy and you'll probably end up with something
quite nice.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-15-2005, 07:00   #3 (permalink)
puk
Civilians

 
Default Re: Tools for converting .doc to html


"Dylan Parry" <usenet@dylanparry.com> wrote in message
news:34s798F4882jsU1@individual.net...
> Hi folks,
>
> I have a load of Word documents that I need to convert to plain vanilla
> HTML. I know that MS Word is pathetic when it comes to saving as HTML, so
> I was wondering if anyone here knows of any *good* tools for converting
> between the two or at least cleaning out the crap that Word puts in there?
>
> Obviously, nothing is going to be perfect and I'm going to have to tweak
> the code, but anything that helps in converting 100 page documents is
> going to make my life a lot easier! The structure of the Word documents is
> really simple, with no complex layouts, just headings, paragraphs and
> lists.
>
> Any ideas?
>
> --
> Dylan Parry
> http://webpageworkshop.co.uk -- FREE Web tutorials and references


Hate to say it, but FrontPage may be your friend in this case. Copy the
text from your Word doc - paste into FrontPage and it'll probably do most,
if not all of the work in the process - voila!

N


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-15-2005, 11:00   #4 (permalink)
Gerry for email use my name at dergal dt com
Civilians

 
Default Re: Tools for converting .doc to html

puk wrote:
> "Dylan Parry" <usenet@dylanparry.com> wrote in message
> news:34s798F4882jsU1@individual.net...
>
>>Hi folks,
>>
>>I have a load of Word documents that I need to convert to plain vanilla
>>HTML. I know that MS Word is pathetic when it comes to saving as HTML, so
>>I was wondering if anyone here knows of any *good* tools for converting
>>between the two or at least cleaning out the crap that Word puts in there?
>>
>>Obviously, nothing is going to be perfect and I'm going to have to tweak
>>the code, but anything that helps in converting 100 page documents is
>>going to make my life a lot easier! The structure of the Word documents is
>>really simple, with no complex layouts, just headings, paragraphs and
>>lists.
>>
>>Any ideas?
>>
>>--
>>Dylan Parry
>>http://webpageworkshop.co.uk -- FREE Web tutorials and references

>
>
> Hate to say it, but FrontPage may be your friend in this case. Copy the
> text from your Word doc - paste into FrontPage and it'll probably do most,
> if not all of the work in the process - voila!


Seriously ?

I would reccomend Dreamwaver - it has the tool your looking for (clean
up HTML word)

G

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-15-2005, 12:00   #5 (permalink)
lostinspace
Civilians

 
Default Re: Tools for converting .doc to html

----- Original Message -----
From: "puk" <>
Newsgroups: alt.www.webmaster
Sent: Saturday, January 15, 2005 5:21 AM
Subject: Re: Tools for converting .doc to html


>
> "Dylan Parry" <> wrote in message ...
>> Hi folks,
>>
>> I have a load of Word documents that I need to convert to plain vanilla
>> HTML. I know that MS Word is pathetic when it comes to saving as HTML, so
>> I was wondering if anyone here knows of any *good* tools for converting
>> between the two or at least cleaning out the crap that Word puts in
>> there?
>>
>> Obviously, nothing is going to be perfect and I'm going to have to tweak
>> the code, but anything that helps in converting 100 page documents is
>> going to make my life a lot easier! The structure of the Word documents
>> is really simple, with no complex layouts, just headings, paragraphs and
>> lists.
>>
>> Any ideas?
>>
>> --
>> Dylan Parry
>> http://webpageworkshop.co.uk -- FREE Web tutorials and references

>
> Hate to say it, but FrontPage may be your friend in this case. Copy the
> text from your Word doc - paste into FrontPage and it'll probably do most,
> if not all of the work in the process - voila!
>
> N
>


This method of copying and pasting from Word to FP should NEVER under ANY
circumstances be done.
These methods of copying and pasting are what has cause FP to be bad-mouthed
for creating bloated html, which was created by Word all allong.

A much more effective method of copying and pasting?
1)Copy from Word to NotePad
2) Copy from NotePad to FP

This removes ALL Word formating and bloat with the result being plain
unformatted text.


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-15-2005, 12:00   #6 (permalink)
puk
Civilians

 
Default Re: Tools for converting .doc to html


"lostinspace" <lostinspace@123-universe.com> wrote in message
news:ZhaGd.7565$dq2.2652@newssvr31.news.prodigy.co m...
> ----- Original Message -----
> From: "puk" <>
> Newsgroups: alt.www.webmaster
> Sent: Saturday, January 15, 2005 5:21 AM
> Subject: Re: Tools for converting .doc to html
>
>
>>
>> "Dylan Parry" <> wrote in message ...
>>> Hi folks,
>>>
>>> I have a load of Word documents that I need to convert to plain vanilla
>>> HTML. I know that MS Word is pathetic when it comes to saving as HTML,
>>> so I was wondering if anyone here knows of any *good* tools for
>>> converting between the two or at least cleaning out the crap that Word
>>> puts in there?
>>>
>>> Obviously, nothing is going to be perfect and I'm going to have to tweak
>>> the code, but anything that helps in converting 100 page documents is
>>> going to make my life a lot easier! The structure of the Word documents
>>> is really simple, with no complex layouts, just headings, paragraphs and
>>> lists.
>>>
>>> Any ideas?
>>>
>>> --
>>> Dylan Parry
>>> http://webpageworkshop.co.uk -- FREE Web tutorials and references

>>
>> Hate to say it, but FrontPage may be your friend in this case. Copy the
>> text from your Word doc - paste into FrontPage and it'll probably do
>> most, if not all of the work in the process - voila!
>>
>> N
>>

>
> This method of copying and pasting from Word to FP should NEVER under ANY
> circumstances be done.
> These methods of copying and pasting are what has cause FP to be
> bad-mouthed for creating bloated html, which was created by Word all
> allong.
>
> A much more effective method of copying and pasting?
> 1)Copy from Word to NotePad
> 2) Copy from NotePad to FP
>
> This removes ALL Word formating and bloat with the result being plain
> unformatted text.


Agreed - omitted to include step 2 (paste to ASCII editor first).
Otherwise there's little to be gained.

N


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-15-2005, 13:00   #7 (permalink)
Duende
Civilians

 
Default Re: Tools for converting .doc to html

While sitting in a puddle Dylan Parry scribbled in the mud:

> Obviously, nothing is going to be perfect and I'm going to have to tweak
> the code, but anything that helps in converting 100 page documents is
> going to make my life a lot easier! The structure of the Word documents
> is really simple, with no complex layouts, just headings, paragraphs and
> lists.
>
> Any ideas?


openoffice output isn't to bad to clean up.

--
D?
http://wipkip.biz just to raise my PR
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
converting excel to HTML? Real Estate Gold Coast Australia Web Design 5 11-14-2004 23:00
Re: Any Free Web Based HTML Editor Tools? http://links.i6networks.com Web Design 1 08-04-2004 02:47
Re: Any Free Web Based HTML Editor Tools? http://links.i6networks.com Web Design 0 08-02-2004 16:30
Re: Any Free Web Based HTML Editor Tools? Justin Koivisto Web Design 0 08-02-2004 15:30
Converting into a small html file Zio Fester Microsoft Applications 3 07-28-2004 01:14


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 11:01.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 2.13761 seconds with 19 queries