Hello,
I would like to know how can I show my generated word document in my web application. I search in the forum and on the doc without any result ...
Thanks a lot for your help
Rafael
Web browsers can download files including word documents, but typically you don't display them in the web browser. Normally they will open with the associated program such as Word or OpenOffice. Do an internet search for:
stream document to browser
or
java stream document to browser
that should find the answer in whatever programming environment you are using.
Hello modman,
Thank you a lot for your help !
