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