hello,
I have a question about using QPrinterEasy lib.
I have a QTextDocument which contains some page breaks.
Since the QPrinterEasy::setContent only accepts an html QString, I need to convert my QTextDocument to a QString using QTextDocument's function toHtml().
But doing this I loose the page breaks in the document.
Is there a way to mantain my page breaks ?
<h1 style="page-break-before:always">Et deuxième page</h1>