Samjus
Samjus

Reputation: 675

C# ASP.net MVC 2 PDF Parsing Program

Is there a program that parses a pdf, .doc, or .docx file so I can pull the information and put it into a database. I just don't want to type it all out one by one. Thanks

Upvotes: 0

Views: 365

Answers (2)

jlnorsworthy
jlnorsworthy

Reputation: 3974

Another possibly free solution is Docotic.PDF Library. I haven't actually used yet, but I found it a few days ago while looking for my own PDF solution. I sent a question and got a quick and helpful response.

Upvotes: 1

Shekhar_Pro
Shekhar_Pro

Reputation: 18420

Products from Aspose and the iTextSharp will be usefull... but still you will need to do a lot of coding for parsing and storing in database.

Upvotes: 1

Related Questions