I am currently working on a project that requires me to display PDF documents to the user amongst other things.
Is there a free and open sourced PDF Reader that I can customize and build my project on top off?
A Java code base would be perfect, though, C/C++ will do as well. The reader does not necessarily need to be very fancy, but it should be able to handle displaying PDF files completely by itself. Also, I would prefer if the software license allows code customization of a proprietary nature.
If no such PDF Readers exist, is there a PDF library that I can leverage, that will handle/help in displaying the PDF content besides parsing it?
Thanks!