PDA

View Full Version : write Microsoft Word file



Lary Grant
December 17th, 2007, 04:13 AM
I have a potential client that wants a web app with a feature to write reports in Microsoft Word. I would really prefer to develop this on the Linux web server I already have. Is this possible or would it be best to get a Windows server if I want to take this project?

LaRoza
December 17th, 2007, 04:28 AM
Use what the client has. If it isn't possible then tell the client.

I know Python for Windows has the ability to do such things, but not on Linux.

Lary Grant
December 17th, 2007, 04:37 AM
Use what the client has. If it isn't possible then tell the client.

I know Python for Windows has the ability to do such things, but not on Linux.

The thing is... the client does not have any web server. He wants me to provide the development and the hosting. So I can pick whatever OS I want. However, I already have a Linux web server (hosting several low-traffic sites), and I'd prefer to use that for this client (also low-traffic) , rather than having to get a whole new server just for this one client. Also, I prefer working with Linux, if possible.

LaRoza
December 17th, 2007, 05:23 AM
Also, I prefer working with Linux, if possible.

What does your client prefer?

scruff
December 17th, 2007, 05:50 AM
I doubt if the client cares... If this is a web interface, then the backend would be completely transparent to any user, thus leaving this decision to the dev/admin.

pmasiar
December 17th, 2007, 06:11 AM
You can generate ie RTF files which MS Word can import

slavik
December 17th, 2007, 06:19 AM
good question, do you want the microsoft office 2003 document format or the microsoft office 2007 document format or what richtext format be fine?

Ramses de Norre
December 17th, 2007, 03:21 PM
Apache's POI project (http://poi.apache.org/) is working on libraries for reading, creating and manipulating microsoft office documents with java. I've used it to dynamically create excell files and it worked pretty good. I think their word library is still in development though.

Lary Grant
December 18th, 2007, 01:55 PM
You are correct... the customer does not care about anything except the results.