PDA

View Full Version : Capture full page with QWebEngineView



domusmaximus
15th January 2016, 22:50
I am trying to capture the full page of QWebEngineView by getting the content size with JavaScript and then resizing the QWebEngineView and attempting to render that to a QImage.

However while this works for small websites once a website is over 15,000px in length the QWebEngineView stops working and I only capture a black screen.

Does anyone know a way around this?