Library for reading ms-office Doc (doc, docx, etc.), Pdf, hwp, ... in C ++

I need a library to read text from files like doc, docx, xls, xlsx, hwp, pdf, etc. in C ++.

I think there is a library to support this function, but I have googled and it is not found.

I will continue the search, but can someone introduce me some library?

+8
c ++ visual-c ++
source share

No one has answered this question yet.

See similar questions:

4
Reading .docx in C ++

or similar:

1675
Why is reading strings from stdin much slower in C ++ than Python?
1518
Image Processing: Enhanced Coca-Cola Can Recognition Algorithm
286
Compiling C ++ 11 with g ++
135
C ++ Dynamic Shared Library on Linux
79
Using C ++ library in C code
60
Directory structure for C ++ library
3
What is the fastest way to read files using C ++
3
Formatting the output text in .doc / .docx
one
How to read and write doc, pdf files using files in C ++
0
Check if the current file is doc, docx, xls, xlsx or pdf

All Articles