Convert HTML to DOC with images in Java
问题 I am stuck in a Java application. I have a doubt that is there any way to convert HTML template to DOC Template with Image in HTML file using Java. I have tried Aspose API but I cant use it because it is not open. I fetch HTML template from database and store the whole template into string and now I want this string output in a WORD DOC including the images. Here is my piece of code: proc_stmt = con.prepareCall("{call PROCEDURECALL(?)}"); proc_stmt.registerOutParameter(1, Types.CLOB); proc