Hi,
When I convert a Word document to HTML (either online using the link below or programmatically), I encounter an issue: the inner content of content controls is not wrapped with a <div> tag in the HTML structure. Why…...htmlContent = ConvertWordToHtml("path/to/document.docx"); // Example...modified HTML File.WriteAllText("path/to/output.html", htmlContent);...