A
Anita
Hi,
In our project we are generating some dynamic html
reports. The users would like to download these reports
and open them in Word, so that they can make some changes
and then email it to other people. We got this implemented
by setting the servlet's (the servlet that returns the
html reports) content type to application/msword.
The problem we are encountering is with the images present
in the html reports. When the report is opened in word and
saved to the hard disk, these images are not embedded
within the word document and are saved separatley within a
separat folder. Our users don't like the fact that they
have to email the word document and the images folder. Is
there anyway to embed these pictures within the word
document itself? Any help is apprecaited.
In our project we are generating some dynamic html
reports. The users would like to download these reports
and open them in Word, so that they can make some changes
and then email it to other people. We got this implemented
by setting the servlet's (the servlet that returns the
html reports) content type to application/msword.
The problem we are encountering is with the images present
in the html reports. When the report is opened in word and
saved to the hard disk, these images are not embedded
within the word document and are saved separatley within a
separat folder. Our users don't like the fact that they
have to email the word document and the images folder. Is
there anyway to embed these pictures within the word
document itself? Any help is apprecaited.