2 replies [Last post]
rafael
Offline
Joined: 2011-09-20

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

modman
Offline
Joined: 2010-11-25
Displaying a Word Document

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.

rafael
Offline
Joined: 2011-09-20
Hello modman, Thank you a lot

Hello modman,

Thank you a lot for your help !