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...






Forums » .NET » ASP.NET »

Extract metadata/content from pdf & doc


Posted Date: 16 Dec 2008      Posted By: Pradeep Iyer      Member Level: Diamond     Points: 1   Responses: 1



Hi,

Has any one tried to extract metadata/content from pdf or word document? If you have any sample code or any documentation that can help me, please inform. I have this requirement for my project, where the metadata or content of an uploaded document will be used to populate the tag and description of the document.

Platform: LAMP

Regards,
Pradeep Iyer





Responses

Author: Amit Shah    16 Dec 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 5

read and folllow : i have also attach demo project for ur consideration!!!!!1


* Add references to itextsharp.dll and SharpZiplib.dll
* Add the PDFParser.cs class to your project

Then you can use the newly added class in the following way:
Collapse

// create an instance of the pdfparser class
PDFParser pdfParser = new PDFParser();

// extract the text
String result = pdfParser.ExtractText(pdfFile);


--------------------
Hi,


Has any one tried to extract metadata/content from pdf or word document? If you have any sample code or any documentation that can help me, please inform. I have this requirement for my project, where the metadata or content of an uploaded document will be used to populate the tag and description of the document.

Platform: LAMP

Thanks & Regards,
Pradeep Y



PDFToText_bin.zip
Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : Problem with converting .doc file to .pdf file and also filling with details +iTextSharp
Previous : Gridview Colspan (Code please)
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use