Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
5.4.0
-
62dd2add32c7c4d5d409d457c818ac88c952e7f6
Description
Please see the link included below.
QPdfWriter in its current form only rasterizes content. There should be clickable links and such in generated documents. PhantomJS uses QPdfWriter internally, so Qt plus PhantomJS users are out in the cold.
https://github.com/ariya/phantomjs/issues/10196#issuecomment-73510368
they already have code:
https://github.com/wkhtmltopdf/qt/blob/c84e440cb15cbf18d597b0d693a9e5b3ec3fae54/src/gui/painting/qprintengine_pdf.cpp#L1457
This is a request to merge the code into Qt proper.