1  
Did you look for pdf text extraction? – p4553d Feb 24 '11 at 13:41
if there are not an API already, why not to create one yourself? – Umair Ashraf Feb 24 '11 at 20:53
yes i want ti extract text and also search inside pdf. – fasttrack Feb 25 '11 at 4:26
how can i find text position from pdf page? – fasttrack Feb 28 '11 at 7:01
to read whole page here is random-ideas.net/posts/42%22 – fasttrack Feb 28 '11 at 7:08
show 2 more comments
feedback

2 Answers

up vote 2 down vote accepted

Look at PDFKitten, it's a good start - it does all the glyph width analysis for you, but it's not perfect either.

link|improve this answer
Its awesome... thank you... i am working on that. – fasttrack Sep 26 '11 at 4:53
feedback

Look at this question.

link|improve this answer
i dont want to use github.com/mobfarm/FastPdfKit – fasttrack Mar 1 '11 at 10:31
1  
@Fasttracks FastPdf kit is really good,i used this in my application.Well there is no proper documentation for the search in pdf,the available are also not up to date. – Sabby Mar 4 '11 at 10:56
the fast kit pdf shows its logo at the first what about that? and i want to learn how to highlight this.. – fasttrack Mar 4 '11 at 11:23
There's the FastPdfKit+ version available. The documentation is included in the GitHub project. You can also point your browser at doc.mobfarm.eu/FastPdfKit also the sample project is heavily commented. – MacTeo Mar 5 '11 at 9:58
1  
I am able to parse pdf page, now i want to highlight particular word in pdf, how can i do so? – fasttrack Mar 15 '11 at 5:54
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.