Quantcast
Channel: Java Programming Forum - Learn Java Programming - Apache POI
Viewing all articles
Browse latest Browse all 120

HTML to DOCX or DOC

$
0
0
I have report page with images and text. I want to convert it to word document. How can I do this? I'm using Seam 2.2.2.FINAL with JSF (if it helps you)
Images are stored in html in base64, for example:
<p>SOME TEXT <img src='data:image/gif;base64,BYTES' /> CONTINUE TEXT</p>

Viewing all articles
Browse latest Browse all 120

Trending Articles