Aspose.Html.Converters.Converter.ConvertHTML(@"<span>Hello World!!</span>", ".", new Aspose.Html.Saving.DocSaveOptions(), "C:\\Users\\user161\\Desktop\\abc.docx");
Here I have written single line code to convert HTML string to docx file but after successfully converting for all text it is coming text box Capture.PNG (73.7 KB)
How can I remove this text box? I want normal text without a text box