After having searched the internet, there seems to be no good (and free) solution for a PDF Viewer to include in a PyQt5 App.
On the other hand in wxPython there is the pdfViewer, which works well.
Is there a way to include the wxPython's pdfViewer into a PyQt5 App, so the PyQt5 App will show the wxPython pdfViewer in the main window?
Or ... even better ... is there an usable PDF Viewer for PyQt5?
Thanks!