[E-devel] Eyesight: multidoc viewer library

2010-10-10 Thread Vincent Torri
Hey, I wrote the framework for viewing document of several formats. Right now, it has a poppler backend and a txt one (the latter is quite unfinished but it should display small text file. There is also a basic viewer. With poppler backend, use right and left arrow to navigate. What I wou

Re: [E-devel] Eyesight: multidoc viewer library

2010-10-10 Thread Boris 'billiob' Faure
On Sun, Oct 10, 2010 at 10:40, Vincent Torri wrote: > Other ideas : see Evince or Okular features (like search linking latex > source with the corresponding location in DVI or PDF document) I'd like to be able to fill in forms in pdf. -- Boris 'billiob' Faure --

Re: [E-devel] Eyesight: multidoc viewer library

2010-10-10 Thread Vincent Torri
On Sun, 10 Oct 2010, Boris 'billiob' Faure wrote: > On Sun, Oct 10, 2010 at 10:40, Vincent Torri wrote: >> Other ideas : see Evince or Okular features (like search linking latex >> source with the corresponding location in DVI or PDF document) > > I'd like to be able to fill in forms in pdf. m

Re: [E-devel] Eyesight: multidoc viewer library

2010-10-10 Thread P Purkayastha
On 10/10/2010 05:19 PM, Vincent Torri wrote: > > > On Sun, 10 Oct 2010, Boris 'billiob' Faure wrote: > >> On Sun, Oct 10, 2010 at 10:40, Vincent Torri wrote: >>> Other ideas : see Evince or Okular features (like search linking latex >>> source with the corresponding location in DVI or PDF document

Re: [E-devel] Eyesight: multidoc viewer library

2010-10-16 Thread Vincent Torri
I didn't see that the attachment was dropped. So: http://www.maths.univ-evry.fr/pages_perso/vtorri/files/eyesight-0.0.1.tar.bz2 you need: poppler for pdf plugin libspectre for postscript plugin do not forget to install Xpdf headers (see configure's help of poppler) there is a small binary: e

Re: [E-devel] Eyesight: multidoc viewer library

2010-10-16 Thread Vincent Torri
On Sun, 17 Oct 2010, Vincent Torri wrote: > > I didn't see that the attachment was dropped. So: > > http://www.maths.univ-evry.fr/pages_perso/vtorri/files/eyesight-0.0.1.tar.bz2 Re-load it to have support for poppler 0.12 (my code was based on poppler 0.14 with specific features of that versio