PDF Reader Library for C++

Started by
2 comments, last by ZQJ 18 years, 8 months ago
I would like to open a PDF document and read its contents (only text would be just fine) so i can print it out in my C++ application. Does someone has some suggestions for a good library i could use, or some tutorials ? Thanks in advance
Advertisement
Check out the references listed here: Portable Document Format.
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man
This is indeed the explanation of how this document is builded and organised. I also can find some tools to View, Create and Modify a PDF document. But i'm looking for a Library i can import into my application for viewing a PDF doc. So i can on runtime of my appl open a PDF doc and read its contents.

Do you have some suggestion or free pre-made libs i can implement ?
Try this out:

http://sourceforge.net/projects/libharu/

This topic is closed to new replies.

Advertisement