Click here to Skip to main content
15,907,149 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to read an image file Pin
Alan N5-Aug-08 6:29
Alan N5-Aug-08 6:29 
GeneralRe: How to read an image file Pin
Ashfield5-Aug-08 8:28
Ashfield5-Aug-08 8:28 
QuestionParsing color names Pin
AmitDey4-Aug-08 23:19
AmitDey4-Aug-08 23:19 
AnswerRe: Parsing color names Pin
Tony Richards4-Aug-08 23:23
Tony Richards4-Aug-08 23:23 
QuestionHow to search inside pdf files ? Pin
hdv2124-Aug-08 22:50
hdv2124-Aug-08 22:50 
GeneralRe: How to search inside pdf files ? Pin
dojohansen4-Aug-08 23:26
dojohansen4-Aug-08 23:26 
GeneralRe: How to search inside pdf files ? Pin
hdv2124-Aug-08 23:46
hdv2124-Aug-08 23:46 
AnswerRe: How to search inside pdf files ? Pin
blackjack21505-Aug-08 0:54
blackjack21505-Aug-08 0:54 
It's not as easy as it sounds.
Do you want to search just the plain text?
If so, I can suggest a solution:

Visit this site http://text-mining-tool.com/[^] and download that application.
It a program which uses IKVM to run a java PDF library (PDFBox) and which can extract the text from PDF files. For you, the most useful thing will be the command line utility (minetext.exe), which you can call from your code and it will generate a text file with the contents of the PDF. From there you can search all you want.

BTW, all the programs & tools I've mentioned above are free.

It should work pretty well, though I have encountered some PDF files which could not be understand by the PDFBox component, so I couldn't use them.

Best of luck.
GeneralRe: How to search inside pdf files ? Pin
hdv2125-Aug-08 2:59
hdv2125-Aug-08 2:59 
AnswerRe: How to search inside pdf files ? Pin
astanton19785-Aug-08 2:48
astanton19785-Aug-08 2:48 
QuestionExcel Data Problem Pin
Syed Shahid Hussain4-Aug-08 22:41
Syed Shahid Hussain4-Aug-08 22:41 
AnswerRe: Excel Data Problem - Cross post - IGNORE Pin
Ashfield5-Aug-08 1:12
Ashfield5-Aug-08 1:12 
QuestionWCF basic samples Pin
George_George4-Aug-08 22:38
George_George4-Aug-08 22:38 
AnswerRe: WCF basic samples Pin
led mike5-Aug-08 5:12
led mike5-Aug-08 5:12 
GeneralRe: WCF basic samples Pin
George_George5-Aug-08 15:50
George_George5-Aug-08 15:50 
Questionuser control Pin
lankaudaranga4-Aug-08 22:24
lankaudaranga4-Aug-08 22:24 
AnswerRe: user control Pin
Syed Shahid Hussain4-Aug-08 22:40
Syed Shahid Hussain4-Aug-08 22:40 
GeneralRe: user control Pin
nelsonpaixao5-Aug-08 13:20
nelsonpaixao5-Aug-08 13:20 
GeneralRe: user control Pin
lankaudaranga5-Aug-08 19:27
lankaudaranga5-Aug-08 19:27 
Questioninvalid path using process.start method Pin
stephan_0074-Aug-08 21:56
stephan_0074-Aug-08 21:56 
AnswerRe: invalid path using process.start method Pin
Mogaambo4-Aug-08 22:08
Mogaambo4-Aug-08 22:08 
GeneralRe: invalid path using process.start method Pin
stephan_0074-Aug-08 23:26
stephan_0074-Aug-08 23:26 
GeneralRe: invalid path using process.start method Pin
Mogaambo4-Aug-08 23:46
Mogaambo4-Aug-08 23:46 
GeneralRe: invalid path using process.start method Pin
stephan_0075-Aug-08 1:12
stephan_0075-Aug-08 1:12 
GeneralRe: invalid path using process.start method Pin
stephan_0075-Aug-08 2:41
stephan_0075-Aug-08 2:41 

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.