user-interfacewxwidgetswxformbuilder

Is it possible to insert a pdf file in wxFormBuilder?


I am wondering if it is possible to insert a pdf document in a wxFormBuilder project or I have to do that manually by changing code in wxwidgets project. As I saw, it is possible to do that for image formats (bmp,png,jpg, ... , for example by inserting a file_path of a image in wxScrolledWindow), but I was not able to find similar option for pdf documents both on web and in wxFormBuilder itself.

Thanks in advance.


Solution

  • No, there is no built-in PDF renderer in wxWidgets.