phannent
October 19, 2007, 17:16:43
Hello,
I am using the the Server text control and could not find any information as to if the control can split the pages into individual html files.
I have the following code:
serverTextControl1.Load(fileStream, TXTextControl.BinaryStreamType.MSWord);
serverTextControl1.Save(sConvertedFileName, StreamType.HTMLFormat);
serverTextControl1.Dispose();
Which takes an uploaded word document, converts it into html and then further on it will put the html into a database.
I expect the users are going to want to preserve pages so I would need the pages saved individually.
Is this possible?
Many regards
Phil Hannent
I am using the the Server text control and could not find any information as to if the control can split the pages into individual html files.
I have the following code:
serverTextControl1.Load(fileStream, TXTextControl.BinaryStreamType.MSWord);
serverTextControl1.Save(sConvertedFileName, StreamType.HTMLFormat);
serverTextControl1.Dispose();
Which takes an uploaded word document, converts it into html and then further on it will put the html into a database.
I expect the users are going to want to preserve pages so I would need the pages saved individually.
Is this possible?
Many regards
Phil Hannent