when i insert the word file to the table i convert in to the binary data and then insert it now i want to retrieve the data and convert it into a string in a readable format,
already i used coding like this :System.Text.ASCIIEncoding.ASCII.GetString(bytes) but it didn't work.
when i retrieve the binary data using filestream and display in a word file i got a correct answer in this i used word.application class.
but now i want to display in a notepad or in a noraml webpage.but it wont work can anyone tell me how can i got the result
Thanks
Sam HobbsPosted Mar 3, 2011, 12:38 PM
It is not clear what you really need to do. Do you need to show only the text without the formatting or do you need to show the formatted text. There are other questions such as that that are not clear.
I am not trying to help because it is not clear what needs to be done. I think that all the other members could help if the problem was adequately explained. Instead of trying to explain it from a programmer's point of view, try to explain it in non-technical terms from the point of view of a user; what is it that a user would expect to happen?
Suthish NairPosted Mar 3, 2011, 11:50 AM
VulpesPosted Mar 3, 2011, 11:38 AM
karthi vimalaPosted Mar 3, 2011, 12:22 AM
when i insert the word file to the table i convert in to the binary data and then insert it now i want to retrieve the data and convert it into a string in a readable format,
already i used coding like this :System.Text.ASCIIEncoding.ASCII.GetString(bytes) but it didn't work.
when i retrieve the binary data using filestream and display in a word file i got a correct answer in this i used word.application class.
but now i want to display in a notepad or in a noraml webpage.but it wont work can anyone tell me how can i got the result
Sam HobbsPosted Mar 1, 2011, 2:42 PM
When you say "some boxes" do you mean that all the data is shown as boxes or do you mean that some text is correct but some is not?
Jaganathan BantheswaranPosted Mar 1, 2011, 9:07 AM
Can you share the code so that we can resolve your problem.
VulpesPosted Mar 1, 2011, 8:31 AM