Skip to main content

Posts

Showing posts with the label Convert HTML String to Word

Convert HTML and HTML String to Word in Java

In this article, I am going to demonstrate two approaches to convert HTML to Word in Java applications, they are: Convert HTML to Word Convert HTML String to Word Add Dependencies Free Spire.Doc for Java library is used to implement this task. If you use maven, you need to specify the following dependencies in your project's pom.xml file for including Free Spire.Doc for Java into your Java project. <repositories>         <repository>             <id>com.e-iceblue</id>             <name>e-iceblue</name>             <url>http: //repo.e-iceblue.com/nexus/content/groups/public/</url>         </repository>    </repositories>    <dependencies>  ...