C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






MyPdfTextReader 1.0


Posted Date:     Total Responses: 0    Posted By: One Earth   Member Level: Gold   Points/Cash: 150   


Most of the time we are stuck when it come to doing operations related to pdf..
To take first step in direction to make this a real cool and easy i developed a simple PDF Text Extractor.
This PDF Text Extractor is very simple usage.
Just click and select the PDF file you need to extract text from your client machine and it extracts and displays the text to you.
I have taken care of that the user will be able to run only one instance of this applicaion.

The 3 steps below in Pic will give a fairly good idea of its functioning.


A SAMPLE OF CODE USED TO DO THE REAL WORK ...ile reading the pdf using PDFBox 0.7.2

//read pdf using Extract text from PDF file
PDDocument objDocument = PDDocument.load(strSelectedFileName);
//Hierachy inside dll-->pdfbox -0.7.2 ->org.pdf.pdfmodel ->PDDocuemnt
Application.DoEvents();
PDFTextStripper objTextStripper = new PDFTextStripper();
//Hierachy in dll-->pdfbox -0.7.2 --> org.pdfbox.util --> PDFTextStripper
tbxPDFText.Text = objTextStripper.getText(objDocument);

Hopeing to add more and more features as time progress...

Happy Coding..:-)

Attachments




My Pdf Text Extractor 1.0



Select PDF



extraction complete


Project Feedbacks


No feedbacks found. Be the first to respond and make money from revenue sharing program.

Post Feedback
You must Sign In to post a feedback.
Next Project: Validation Machine for Administrators
Previous Project: Simple Folder Monitor Application Using VB.Net Winforms

Return to Project Index

Post New Project


Related Projects



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use