QupZilla / qupzilla

Cross-platform Qt web browser
http://www.qupzilla.com
GNU General Public License v3.0
1.11k stars 349 forks source link

[Question] About printing #2477

Closed ghost closed 6 years ago

ghost commented 6 years ago

I know it's a Qt related, but i really need to know what does makes that difference? So, compare the both pdf files here. The „good.pdf“ is a „real“ document, when you can click on the links, select text and so on... It was created with QupZilla 2.1.2 Qt 5.8. The „sucks.pdf“ is just embedded bad quality image, which drive me crazy. It was created with QupZilla 2.2.0 Qt 5.9.2 I was facing this early in some Qt beta versions (i think), but now Qt is an official release...

..........................................................................offtopic..................................................................... @nowrep by the way, the download link on the web page still refers to the old Appimage version.

nowrep commented 6 years ago

sucks.pdf is created with QPrinter, while good.pdf is created with printToPdf.

ghost commented 6 years ago

Thanks a lot!