The alignment is missing,some extra special characters are coming,table is not present.
Have used the following code
- Code: Select all
String localPath = "DocFile.doc";
WordprocessingMLPackage mlPackage = Doc.convert(iStream);
String outputfilepath = "DocxFile.docx";
out.save(new File(outputfilepath));