• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

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

Joined
8/20/20
Messages
60
Points
278
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.?
 
I guess so, it is essential file i/o and string manipulation. But I never code against PDF file before...

Have no idea. Maybe c# is better for this task. Looks like there're some third-party library can parse the content according to the PDF object model into XML data, and developer can manipulate the data from there
 
Back
Top