A Diumenge, 14 d'agost de 2011, Michael Chechow vàreu escriure: > 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?
At the moment, sadly you can not. You'll have to expose an API for that in poppler-qt4 it or just use poppler core directly. If you are interested in adding the API please drop by #poppler and have a chat with me before starting any coding. Albert > > 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
