Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: Cheap scanner and OCR library for MVC web applications Pin
Ravi Bhavnani18-Aug-15 4:57
professionalRavi Bhavnani18-Aug-15 4:57 
GeneralRe: Cheap scanner and OCR library for MVC web applications Pin
ShikhaSC18-Aug-15 18:18
ShikhaSC18-Aug-15 18:18 
GeneralRe: Cheap scanner and OCR library for MVC web applications Pin
Ravi Bhavnani19-Aug-15 2:21
professionalRavi Bhavnani19-Aug-15 2:21 
QuestionHo to convert BLOB data to readable format Pin
narasingubhanu17-Aug-15 0:03
narasingubhanu17-Aug-15 0:03 
AnswerRe: Ho to convert BLOB data to readable format Pin
OriginalGriff17-Aug-15 0:12
mveOriginalGriff17-Aug-15 0:12 
GeneralRe: Ho to convert BLOB data to readable format Pin
narasingubhanu17-Aug-15 0:16
narasingubhanu17-Aug-15 0:16 
GeneralRe: Ho to convert BLOB data to readable format Pin
OriginalGriff17-Aug-15 0:36
mveOriginalGriff17-Aug-15 0:36 
AnswerRe: Ho to convert BLOB data to readable format Pin
Afzaal Ahmad Zeeshan17-Aug-15 1:06
professionalAfzaal Ahmad Zeeshan17-Aug-15 1:06 
Chances are that even inside your Word document and this web page there are many things that messed up the format, made it even worse.

The binary object that you captured was indeed an array of bytes containing the data (I won't say it was initially a Word document) with a format to be taken care of while converting back to a valid file. That is why whenever you store a file in the image type (in SQL image is the binary data, not the image you know) you also store the file extension or MIME type (the thing you know as "application/json" etc.). They are used to convert that data back to files.

When you copied the data, it was not of Word format, every file has its own structure that is followed when converting the bytes back to a representation of the file. Word was not able to convert it back to actual representation, in which case it showed you that broken format.

Notice that most of the content, such as those characters were easily mapped and thus they were shown to you, but a few other stuff was not mapped. Simple as that. Smile | :)
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

GeneralRe: Ho to convert BLOB data to readable format Pin
narasingubhanu17-Aug-15 1:44
narasingubhanu17-Aug-15 1:44 
GeneralRe: Ho to convert BLOB data to readable format Pin
Afzaal Ahmad Zeeshan17-Aug-15 1:50
professionalAfzaal Ahmad Zeeshan17-Aug-15 1:50 
GeneralRe: Ho to convert BLOB data to readable format Pin
narasingubhanu17-Aug-15 2:18
narasingubhanu17-Aug-15 2:18 
GeneralRe: Ho to convert BLOB data to readable format Pin
Afzaal Ahmad Zeeshan17-Aug-15 2:23
professionalAfzaal Ahmad Zeeshan17-Aug-15 2:23 
QuestionSent from one computer to another keystroke Pin
goldsoft15-Aug-15 19:15
goldsoft15-Aug-15 19:15 
AnswerRe: Sent from one computer to another keystroke Pin
Dave Kreskowiak16-Aug-15 4:30
mveDave Kreskowiak16-Aug-15 4:30 
Questionc++ Qt or C# or JAVA !! Pin
Dreamer_X15-Aug-15 3:51
Dreamer_X15-Aug-15 3:51 
AnswerRe: c++ Qt or C# or JAVA !! Pin
OriginalGriff15-Aug-15 3:54
mveOriginalGriff15-Aug-15 3:54 
GeneralRe: c++ Qt or C# or JAVA !! Pin
Nish Nishant15-Aug-15 5:18
sitebuilderNish Nishant15-Aug-15 5:18 
GeneralRe: c++ Qt or C# or JAVA !! Pin
Pete O'Hanlon15-Aug-15 9:16
mvePete O'Hanlon15-Aug-15 9:16 
Questioncreating events for dynamically created button Pin
Member 1126181115-Aug-15 0:48
Member 1126181115-Aug-15 0:48 
AnswerRe: creating events for dynamically created button Pin
OriginalGriff15-Aug-15 1:19
mveOriginalGriff15-Aug-15 1:19 
AnswerRe: creating events for dynamically created button Pin
BillWoodruff15-Aug-15 2:58
professionalBillWoodruff15-Aug-15 2:58 
QuestionTimeSpan Error?? Pin
Kevin Marois14-Aug-15 12:16
professionalKevin Marois14-Aug-15 12:16 
AnswerRe: TimeSpan Error?? Pin
Matt T Heffron14-Aug-15 14:16
professionalMatt T Heffron14-Aug-15 14:16 
GeneralRe: TimeSpan Error?? Pin
Kevin Marois17-Aug-15 3:59
professionalKevin Marois17-Aug-15 3:59 
GeneralRe: TimeSpan Error?? Pin
Pete O'Hanlon17-Aug-15 4:24
mvePete O'Hanlon17-Aug-15 4:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.