I just create html document… But i want to insert by own path in this document
Document doc = new Document(MyDir + "in.docx");
HtmlSaveOptions options = new HtmlSaveOptions();
options.ResourceFolder = @"\\192.168.1.100\Sharing\01\";
doc.Save(MyDir + "Out.html",options);
Thanks for this reply…
|
XYZ |
|
||
Date |
NAME |
Author |
Age |
Contact person |
28-01-2017 |
If you're going to spend money, you might as well get some free airline perks while you're at it.We consulted NerdWallet , a personal finance website, about which credit cards were the best for getting free air miles and other rewards. As it turns out, it's not easy to get a straightforward answer because it largely depends on |
Johnson |
22 |
Kumar |
The above table contains two images…
Document doc = new Document(MyDir + "in.docx");
HtmlSaveOptions options = new HtmlSaveOptions();
options.ResourceFolder = @"\\192.168.1.100\Sharing\01\";
doc.Save(MyDir + "Out.html",options);