I have created a tool with help of a custom widget. This widget fits into the main window like so. User can create new instances of custom widget with a click
so I have a python code which converts url to pdf like below import sys from PyQt5 import QtWidgets, QtWebEngineWidgets from PyQt5.QtCore import QUrl, QTimer fr