Hi,
I’m trying to insert a HTML document into a Word document using the following code:
var doc= new Document();
var builder = new DocumentBuilder(doc);
builder.InsertHtml(html);
doc.Save("Test.docx", SaveFormat.Docx);…...Product Family maartenkelder January 4, 2024, 1:42pm 1 Hi, I’m trying...Cell | C# .NET alexey.noskov January 4, 2024, 1:46pm 2 @maartenkelder...