in reply to Re: parsing word on non-windows platform
in thread parsing word on non-windows platform

yes but when you have many word documents, this starts to become tedious. "Laziness, Impatience and Hubris" make a good programmer ;-)

  • Comment on Re: Re: parsing word on non-windows platform

Replies are listed 'Best First'.
Re: Re: Re: parsing word on non-windows platform
by punchcard_don (Beadle) on Jan 26, 2004 at 18:13 UTC
    Had (apparently mistakenly) imagined that "recipes my uncle typed up" meant a reasonable number of documents. How many recipes can one uncle type? At ~20-seconds per document, open-save-close, that's 180 recipes in an hour, far inferior to the time to develop, test and implement a server-side solution. Probably inferior to the time to post a question and read silly replies! :-)

      What would you rather do... doing tedious open-save-close for an hour or spend a day or two researching a better way to do it so I don't have to ever do that tedious open-save-close. This way when my uncle gives me yet more family recipes that he has typed up in word, I will have something already done and it will save time later.

      Besides, maybe I'll learn something along the way.