0

I need to generate a DOCX from Webpage (with Images). Will it be possible for DOCX4J to export the HTML Content to DOCX Format ?

Are there any other libraries which can export HTML Content to DOCX?

Pradheep T
  • 11
  • 1
  • 2

1 Answers1

0

The docx4j-ImportXHTML project does what you want.

See the sample code.

JasonPlutext
  • 15,352
  • 4
  • 44
  • 84