Hello,<div><br></div><div>I want to write a Qt application similar to the pdftohtml utility. </div><div>In order to access the text, I need to create my own OutputDev.</div><div><br></div><div>How can I use poppler's Qt4 wrapper in combination with my own OutputDev?</div>
<div><br></div><div>In Poppler::Document, the DocumentData* member m_doc is private, so I can't use something like this in my code:</div><div>document->m_doc->doc->displayPages(myOutputDev,...).</div><div><br>
</div><div>Thanks,</div><div><br></div><div>Michael</div><div><br></div>