Free(or paid, but prefer free) C++ library for get text infomation out of PDF file?

  • Thread starter Thread starter Gen.L
  • Start date Start date
I get a small project to work, the step one is extract information from more than 1000 PDF files.

Is there any good free C++ library I can study and use to search text in PDF, load relative information into memory and write into db or csv.? Since I am studying the C++, I think trying to use c++ as much as possible is a good thing for me.

Thanks a lot!
 
What aspects of C++ can be applied to this project? It's essentially file i/o etc.?
 
Back
Top Bottom