Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2010-01-24 Thread Ben de Groot
On Thu Dec 3 15:24:52 GMT 2009, Rajeev J Sebastian wrote: > On Thu, Dec 3, 2009 at 8:45 PM, Wilbert Berendsen wrote: >> But for the binding to be useful for others, the API coverage would need to >> be >> completed. I for myself need the links() method of the Page object and the >> various Link

Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-03 Thread Rajeev J Sebastian
On Thu, Dec 3, 2009 at 8:45 PM, Wilbert Berendsen wrote: > Op donderdag 03 december 2009 schreef Rajeev: > >> It doesnt have much to do with distributions, because these projects >> are doing it for their own needs and not for their distributions. > > I meant that python-poppler-qt4 could become a

RE: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-03 Thread NARCISO, Rui
09 16:15 À : pyqt@riverbankcomputing.com Objet : Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4 Op donderdag 03 december 2009 schreef Rajeev: > It doesnt have much to do with distributions, because these projects > are doing it for their own needs and not for their distribution

Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-03 Thread Wilbert Berendsen
Op donderdag 03 december 2009 schreef Rajeev: > It doesnt have much to do with distributions, because these projects > are doing it for their own needs and not for their distributions. I meant that python-poppler-qt4 could become a package in the Linux distribution sense, and that other programs

Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-03 Thread Rajeev J Sebastian
On Thu, Dec 3, 2009 at 7:56 PM, Wilbert Berendsen wrote: > Op donderdag 03 december 2009 schreef Rajeev: > >> However, some other projects have made some mods, but not contributed >> back. No idea why (or whether its ethical). > > I would be willing to update and extend the bindings to cover the f

Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-03 Thread Wilbert Berendsen
Op donderdag 03 december 2009 schreef Rajeev: > However, some other projects have made some mods, but not contributed > back. No idea why (or whether its ethical). I would be willing to update and extend the bindings to cover the full api of libpoppler-qt4. Is it OK that I create a small google

Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-02 Thread David Boddie
On Thu Dec 3 01:07:20 GMT 2009, Rajeev J Sebastian wrote: > Roberto had sent me his patches and they were integrated into the binding. > > However, some other projects have made some mods, but not contributed > back. No idea why (or whether its ethical). Mine were quickly done for an article I wa

Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-02 Thread Rajeev J Sebastian
On Thu, Dec 3, 2009 at 4:10 AM, David Boddie wrote: > On Tue Dec 1 10:22:24 GMT 2009, Wilbert Berendsen wrote: > >> at http://websvn.pardus.org.tr/trunk/playground/pypoppler-qt4/?root=uludag >> there are Python bindings for Poppler-Qt4. I would really like to use them >> in my application, but I a

Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-02 Thread David Boddie
On Tue Dec 1 10:22:24 GMT 2009, Wilbert Berendsen wrote: > at http://websvn.pardus.org.tr/trunk/playground/pypoppler-qt4/?root=uludag > there are Python bindings for Poppler-Qt4. I would really like to use them > in my application, but I also need the links() method of the Page object > working. T

[PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-01 Thread Wilbert Berendsen
Hi, at http://websvn.pardus.org.tr/trunk/playground/pypoppler-qt4/?root=uludag there are Python bindings for Poppler-Qt4. I would really like to use them in my application, but I also need the links() method of the Page object working. This method (and the link classes) is not available. Any ch