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&#39;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&#39;t use something like this in my code:</div><div>document-&gt;m_doc-&gt;doc-&gt;displayPages(myOutputDev,...).</div><div><br>
</div><div>Thanks,</div><div><br></div><div>Michael</div><div><br></div>