Hi,
I am trying to convert a htm docuemnt to word docx using ASPOSE Words 21 version.
Attaching the samples used in the conversion.
CN_8929_Saving_Docx.zip (16.6 KB)
Code used to convert the is as follows -
using (FileStream fs = new FileStream(filePath + “CN_8929.htm”, FileMode.Open, FileAccess.Read, FileShare.ReadWrite))
{
Document doc = new Document(fs);
doc.Save(filePath + "CN_8929_1.docx);
}
Please update us if there is anything.
Regards,
Shanmukh.