Export To Word In Web

Hi Everyone,

I am working in Notes Web Application Development Project.

I have got a requirement, where I need to provide a link in the web for generating a word file.

The condition here is, We have a word template already placed in profile document, We need to fill in the details in the placeholders of that word template and make this word doc downloadable for the web users.

Any Idea of how to achieve this using Lotus Script/Java Agent.

Thanks a lot in Advance.

Subject: Export To Word In Web

Sounds like Word automation on the server…It’s doable in Lotusscript, and I imagine it is not that hard in Java either. In Java you could probably use the Apache POI library, and not even needing Word installed on teh server.