Skip to content Skip to sidebar Skip to footer
Showing posts with the label Docx4j

Convert Docx To Html Incliding Images

I am using DOCX4J to convert the DOCX to HTML .I have successfully done the conversion and got the … Read more Convert Docx To Html Incliding Images

How To Set Font Size And Font Family In Document Using Docx4j

FileReader fr=new FileReader('E://HtmlToDoc//LETTER.html' ); BufferedReader br=new Buffered… Read more How To Set Font Size And Font Family In Document Using Docx4j

How To Handle Special Characters When Converting From Html To Docx

I have a application that converts html files to DocX using DocX4J. I´m having problems with specia… Read more How To Handle Special Characters When Converting From Html To Docx