| Author: Amit Shah 16 Dec 2008 | Member Level: Gold | Rating:  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 |