No announcements
Found 1430236 threads
-
0 Votes
Convert text to image dynamically
If you're using WinForms then you can create an empty Bitmap object that has the resolution and whatnot you want, create a Graphics object from that, use DrawString ...Answered | 1 Replies | 791 Views | Created by JavaRefugee - Thursday, November 21, 2013 3:00 PM | Last reply by CoolDadTx - Thursday, November 21, 2013 3:26 PM -
0 Votes
Image to Text Converter
You can install Microsoft Document imaging (it does not install automatically when you install office).Answered | 2 Replies | 4902 Views | Created by Kalpesh Chhatrala - Friday, May 28, 2010 10:25 AM | Last reply by Kalpesh Chhatrala - Monday, May 31, 2010 4:35 AM -
0 Votes
Image file to Text file Convertion
HOW TO CONVERT THE IMAGE Text File(.jpg) to Text file(.txt) using C# Eample: ("Convert") image to txt file ...Answered | 2 Replies | 10293 Views | Created by raj11kumar - Thursday, November 6, 2008 12:09 PM | Last reply by Shrikant Maske - Friday, November 7, 2008 5:42 AM -
1 Votes
convert image file to text file
Hi dboys, Do you mean you want to create a C# application to recognise the text on the image file?Answered | 3 Replies | 1676 Views | Created by dboys - Friday, March 14, 2014 6:02 AM | Last reply by Caillen - Friday, March 21, 2014 7:13 AM -
1 Votes
How to convert MS WORD Text Box to Image
Office Word forums on Microsoft AnswersAnswered | 1 Replies | 1565 Views | Created by KCWamuti - Saturday, August 23, 2014 4:15 AM | Last reply by Dave Patrick - Saturday, August 23, 2014 1:29 PM -
0 Votes
Dynamic Stackpanel with buttons, Image, Text
Dim sp1 As New StackPanel() sp1.Children.Add(New TextBlock() With { _ Key .Text = "Rajnikant" _ }) Dim image As New ...Answered | 1 Replies | 984 Views | Created by Quator - Wednesday, April 24, 2013 9:38 AM | Last reply by Rajnikant Rajwadi - Wednesday, April 24, 2013 10:23 AM -
0 Votes
How to convert Image datatype to text datatype in SQLServer 2008 IntegrationServices
check if this link helps you http://cavemansblog.wordpress.com/2009/04/24/sql-how-to-convert-image-data-type-to-plain-text-and-back/ Nitesh ...Answered | 2 Replies | 23255 Views | Created by Gajula - Friday, September 4, 2009 5:16 AM | Last reply by Duane Douglas - Wednesday, September 9, 2009 7:32 AM -
1 Votes
Convert function in dynamic sql
You can use dynamic SQL in a stored procedure making it a dynamic SQL stored procedure.Answered | 10 Replies | 10377 Views | Created by pradeepmanne - Friday, February 3, 2012 10:26 AM | Last reply by pradeepmanne - Saturday, February 18, 2012 5:39 AM -
0 Votes
Best way to convert ntext,text,image to varchar(max),nvarchar(max)
It must convertible ?Answered | 5 Replies | 8867 Views | Created by sakurai_db - Friday, August 31, 2018 2:33 AM | Last reply by Visakh16 - Tuesday, September 4, 2018 5:27 AM -
0 Votes
how to convert text from a scanned image
I have found lot of links for you about get text from scanned images using dotnet and pls look at the following links.Answered | 2 Replies | 1795 Views | Created by Ramya111 - Wednesday, February 6, 2013 12:26 PM | Last reply by Ramya111 - Friday, February 8, 2013 6:39 AM -
4 Votes
how to convert captcha into text?
Convert between VB, C#, C++, & Java (http://www.tangiblesoftwaresolutions.com) Instant C# - VB to C# Converter Instant VB - C# to VB ...Answered | 10 Replies | 7562 Views | Created by farooq.hnf - Thursday, March 27, 2014 5:33 AM | Last reply by Eyal Solnik - Saturday, April 5, 2014 3:18 PM -
0 Votes
Convert JPEG images to binary
images I was provided that have a .jpg extension that I need converted to binary JPG files are already binary files, independent of file ...Answered | 3 Replies | 6460 Views | Created by CS21475 - Wednesday, August 24, 2016 4:07 PM | Last reply by Ricardo Lacerda - Wednesday, August 24, 2016 6:41 PM -
0 Votes
Is there a way of converting RichTextBox content (image and text) to binary format ?
through frondend application coding, we can convert any image/text into binary......Answered | 3 Replies | 4331 Views | Created by Moksi - Wednesday, December 15, 2010 10:35 PM | Last reply by Devender Bijania - Friday, December 17, 2010 8:26 AM -
1 Votes
Image converter
This should get you going, it shows loading a BMP and saving it as a JPEG Dim myImage As Image = ...Answered | 4 Replies | 2842 Views | Created by G peter - Wednesday, October 14, 2009 1:33 PM | Last reply by JohnWein - Wednesday, October 14, 2009 5:55 PM -
1 Votes
Convert Scanned PDF into Image
>If not and you know of an algorithm to convert, I would appreciate that knowledge, please.Answered | 4 Replies | 10712 Views | Created by Richard E. Martino - Friday, December 29, 2017 1:48 PM | Last reply by Richard E. Martino - Wednesday, January 3, 2018 12:45 PM -
0 Votes
How to convert data from image to text using .NET
Hi, Is there any way we can read data from image and write that data to text file through .NET?Answered | 1 Replies | 6999 Views | Created by .NET Learner Suni - Monday, March 28, 2011 10:20 AM | Last reply by Khanna Gaurav - Monday, March 28, 2011 6:33 PM -
1 Votes
Is there a dynamic text option in Access?
The rich text option worked in text of properties in Access but I had already made the suggested changes to the VB .Answered | 6 Replies | 573 Views | Created by ruthiet-456 - Tuesday, February 9, 2016 8:56 PM | Last reply by ruthiet-456 - Tuesday, February 23, 2016 9:21 AM -
0 Votes
Convert text to polygons
The FormattedText class allows you to convert text into geometery: http://msdn.microsoft.com/en-us/library/ms752098.aspx Is this what you are looking ...Answered | 3 Replies | 7033 Views | Created by Guntheria - Friday, December 31, 2010 8:06 PM | Last reply by Guntheria - Monday, January 3, 2011 5:14 PM -
0 Votes
How to convert image to base64?
public string ImageToBase64(Image image, ImageFormat format ) { ...Answered | 3 Replies | 2331 Views | Created by HugoDev2002 - Wednesday, June 22, 2016 3:35 PM | Last reply by HugoDev2002 - Thursday, June 23, 2016 6:41 AM -
4 Votes
convert image to byte array
Usually you wouldn`t store the image inside a database,but a link to the file inside some filesystem.Answered | 7 Replies | 26985 Views | Created by rockydk - Thursday, June 10, 2010 9:28 AM | Last reply by Herfried K. Wagner - Friday, June 11, 2010 11:55 PM - Items 1 to 20 of 1430236 Next ›
No announcements