Hello, Peter. > If no one has written such code, are there work-arounds you would propose? > The wvware library appears deprecated, and if possible I am trying not to > rely on server software needing to be installed.
I'm afraid any of such software is deprecated by now, because the latest generation of MS Office uses zipped XML as file format. There is a quick and dirty way to extract content from older doc files, if you have MS Office itself. Access it via COM and save files as HTML, as shown in php manual examples. -- Best regards, Peter mailto:[EMAIL PROTECTED]
