c++pdfcross-platform

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


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

Thanks.


Solution

  • Have a look at poppler

    If you have Qt have a look at this.