How can I embed a PDF viewer in a cross-platform C++ application?

c++, cross-platform, pdf

Solution

Have a look at poppler

If you have Qt have a look at this.

Problem

I need to embed a PDF viewer in my application. Is there any free software I can use? Thanks.

Original source