qprinter Questions
10
Solved
I was finding solution to print webpage into local file PDF, using Python. one of the good solution is to use Qt, found here, https://bharatikunal.wordpress.com/2010/01/.
It didn't work at the beg...
2
Solved
I want to create a PDF document with properly styled HTML. This is what I am trying:
QTextDocument *doc = new QTextDocument();
const char* s1 = "<html><head><style>body { font-fa...
Medicable asked 1/2, 2016 at 19:16
1
Solved
Bug in Qt5.2.1:
The only problem was corrected in QPrintPreviewDialog but when the print is printed on paper the failure still exists.
With QPrintPreviewDialog pages work perfect, but on "paper" ...
1
© 2022 - 2024 — McMap. All rights reserved.