converting html file to word

S

sk

I have an html report that is generated on the fly and it contains a number
of maps with pushpins on them (as separate images). This report has an option
to be saved in pdf or word format. Pdf works well, but when I save it in word
format, it would not position the pictures properly. Instead of overlapping
the images, it displays them next to each other. I tried three different
approaches by
1.Setting pictures as div backgrounds and placing one div inside of another;
2.Setting map as a background of a table cell and placing a pushpin as an
<img> in a cell;
3.Using an outer wrapper as a div and absolutely positioning a pushpin
inside of a div.
All three methods work well in an html format, but the Word refuses to
overlap the images.
We cannot tell the customers to click on a pushpin, select a ‘Bring to
front’ option, and manually drag a pushpin on the map. Is there a way to
automatically overlap images? Your help is greatly appreciated!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top