I've noticed that the QWebEngineView is a QWidget. Is it possible to render html pages for print to PDF in headless mode? Chrome/Chromium can run headless, so it shouldn't be impossible?
I'm making an application that runs on my Linux server (without X), where I would need to install 37 packages to run a virtual framebuffer with xvfb. I would prefer to solve this in another way if at all possible.