Hello, I want to write a Qt application similar to the pdftohtml utility. In order to access the text, I need to create my own OutputDev.
How can I use poppler's Qt4 wrapper in combination with my own OutputDev? In Poppler::Document, the DocumentData* member m_doc is private, so I can't use something like this in my code: document->m_doc->doc->displayPages(myOutputDev,...). Thanks, Michael
_______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
