Hope this is the right forum for my query.
I've built an E-Book application using Eclipse 3.2 that archives e-books with their details (publisher etc.).
Now, I need to incorporate a new functionality into the application - I need to be able to select a folder containing ebooks (PDF/CHM Format)and I need the application to crawl through each of the books in the folder and populate the application database with the book details-name, author and other stuff.
Does anyone know how I could extract such metadata from a PDF or a CHM file through
Java?