kendallb / PrintHtml

Open source command line program to print HTML pages using QtWebKit
MIT License
47 stars 18 forks source link

fix text repeat #13

Closed khalidchawtany closed 5 years ago

khalidchawtany commented 5 years ago

All of the provided binaries have an issue with some Unicode text. Some text get repeated as filed in https://github.com/kendallb/PrintHtml/issues/8.

Using any of the previous binaries: priPrinter_2019-04-19_22-24-36

Using the new binary: priPrinter_2019-04-19_22-26-47

This PR solves the text repeat issue by using QT 4.6.0. As a bonus the provided binary is built statically :)

kendallb commented 5 years ago

Cool. Seems like we just keep going back in Qt versions to find something that works well :)