|
Posted by Roman Ziak on 03/29/06 16:22
Misael wrote:
> I want to create a database with works of my University, as it is
> impossible to create and transform hundred of documents, i want to do
> it with php automatic.
>
You choose the wrong tool.
Word has excellent VB scripting. But you will need Word and local access
to those documents. That can be achieved via PHP webservice on the said
server, which will have 3 functions - something to the extent of:
EnumerateDocuments()
DownloadWordDocument()
UploadHtmlDocument()
and client on your desktop, which will fetch those documents, convert
them and uploads new version back.
If you do not have Word, or your desktop is Linux, then Open Office 2.0
has excellent Word support and somewhat documented API accessible
directly to Basic / Java / JavaScript / Python and indirectly via COM or
..NET technologies.
Roman
Navigation:
[Reply to this message]
|