cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:Convert DOCX to HTML

former_member222013
Participant
0 Kudos

Hi,

I want to convert a microsoft word document(docx) to html using code. Can anyone help me in this context ... The doc which I am trying to convert will have Bullets,bold,italic,Images etc ...

I am able to get the text but not the images and bullets ..

Please help me in this context and provide me the code if anyone has as this is really very urgent.....

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193379
Active Contributor
0 Kudos

Hi Dear,

Please see the list  below of some open source product which manage the conversions as you required.

JODConverter

Docx4j

XDocReport

Thanks,

Hamendra

Vlado
Advisor
Advisor
0 Kudos

This actually is not a NetWeaver-specific question but rather a general Java one. Anyway, I'd suggest you look at Apache POI - HWPF and XWPF - Java API to Handle Microsoft Word Files. You can find plenty of samples as well.

HTH!

--Vlado