Pradheep T
Pradheep T

Reputation: 11

export HTML to DOCX with Docx4j

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?

Upvotes: 0

Views: 268

Answers (1)

JasonPlutext
JasonPlutext

Reputation: 15863

The docx4j-ImportXHTML project does what you want.

See the sample code.

Upvotes: 0

Related Questions