Hi,
I converted the docx document to HTML,and the EMF images in the document were automatically converted to PNG images,but the Chinese encoding in the converted images was incorrect.
Code:
Document document=new Document("D:\\test.docx");
document.save("D:\\test.html", SaveFormat.HTML);
File:
test.docx (12.3 KB)