Nyall Dawson 4aeecb4c42 Add QgsWebEnginePage::render( QPainter* ) method
Requires a PDF4Qt enabled build. This method exports the QWebEnginePage
to a PDF file, so that we get nicely vectorised objects and
text-as-text. It's the ONLY supported way in Qt API to do this, every
other method of rendering QWebEnginePage forces rasterisation of
the content.

We then use the QgsPdfRenderer class to render the temporary PDF
content to a QPainter device, which keeps vector objects as vectors.
2024-02-12 12:48:27 +10:00
..
2024-01-19 19:44:48 +10:00
2024-01-22 05:46:15 +10:00
2024-01-16 12:18:11 +10:00
2023-04-23 07:10:03 +02:00
2024-01-19 19:44:48 +10:00
2024-01-19 19:44:48 +10:00