gmpassos has asked for the wisdom of the Perl Monks concerning the following question:
I'm looking for a way to get some .doc files (MS Word 97+ documents) and convert automatically to HTML! The documents only cant have texts and tables (what is easier do convert).
This is for a management system, where the documents that they need to fill and send to the directors in the main office stay in the internet. So, the user open the html version of the doc in the internet and fill the inputs of the formulary, insted of open in the Word and type every thing. This is good, since when the user send the formulary (HTML), the name and values of the inputs are catched and saved in some DB. In the Word version, the insertion of data in the DB need to be made by hand, reading the printed version.
But why Word? The directors like to write their documents on it, and don't know HTML. We know that you can save a .doc to .html from the Word editor, but we saw that teach that for all the peoples that will write the docs don't work for all. So, we want to get the .doc directly, and convert it internally by the system.
I'm looking for a way to make this convertion automatically, and better if it can work on Linux. But if only an Win32 solution come is fine.
Graciliano M. P.
"The creativity is the expression of the liberty".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: There is a way to convert .doc to .html automatically from Perl?
by jeffa (Bishop) on Jun 10, 2003 at 21:01 UTC | |
|
Re: There is a way to convert .doc to .html automatically from Perl?
by gellyfish (Monsignor) on Jun 10, 2003 at 20:24 UTC | |
|
Re: There is a way to convert .doc to .html automatically from Perl?
by jplindstrom (Monsignor) on Jun 10, 2003 at 21:10 UTC | |
|
Re: There is a way to convert .doc to .html automatically from Perl?
by grantm (Parson) on Jun 11, 2003 at 09:32 UTC | |
|
Re: There is a way to convert .doc to .html automatically from Perl?
by cfreak (Chaplain) on Jun 11, 2003 at 13:38 UTC |