Page 1 of 1

Generating and outputting docx using Servlet

PostPosted: Thu Aug 25, 2011 9:26 pm
by Vaish
Hi,
I am trying to generate a report which is docx file, by reading and modifying another docx file. I need to give option to user to save this file on local drive.

As part of the same application I could do same functionality for XLS report file, but the API (jxl) which was used to generate XLS gave me method to output file(contents) to servlet response.

How can we achieve this using docx4j?
Any help?

vaish

Re: Generating and outputting docx using Servlet

PostPosted: Thu Aug 25, 2011 11:00 pm
by jason

Re: Generating and outputting docx using Servlet

PostPosted: Thu Aug 25, 2011 11:12 pm
by Vaish
yes, done! Thanks Jason.