Image to Text & Text to image
How to conver the image file to text file
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
you xiPosted Feb 22, 2006, 8:49 PM
Anwar BuchooPosted Feb 22, 2006, 3:23 AM
You can try to use an OCR engine which extracts the text from an image.
Rgds.
AnttiPosted Feb 21, 2006, 3:32 PM
Converting text to bitmap is easier job: create Bitmap object, create Graphics object from bitmap, and then draw string to the graphics using DrawString method. You also need to define a brush or pen to draw to graphics object.