Hi,
Here is the scenario. ASP.NET app.
I’m opening a word doc on the server, sending the html down to a browser editor (ckEditor), and then sending the html back to the server to be converted back again to a word doc.
…...Document doc = new Aspose.Words.Document(inFile); //export...Aspose.Words.Document doc2 = new Aspose.Words.Document(ms); doc2...