Bug#708508: pdfinfo and pdftotext

2014-10-07 Thread Afif Elghraoui
It appears that the only modification upsteam made to pdfinfo is to redirect its output to a file. As suggested in the mentioned thread [1], a shell script wrapper might be used to call poppler's pdfinfo and do this output redirection as zotero requires. I appreciate your work on this package.

Bug#708508: pdfinfo and pdftotext

2014-10-07 Thread Michele Cane
I forgot the link: https://github.com/zotero/zotero-standalone-build/issues/28 Michele Cane, PhD. On Tue, Oct 7, 2014 at 10:47 AM, Michele Cane wrote: > Hi Benjamin, > > If you have a look at the upstream bug you van find links for the > files you need. > > Michele Cane, PhD. > > > On Tue, Oc

Bug#708508: pdfinfo and pdftotext

2014-10-07 Thread Michele Cane
Hi Benjamin, If you have a look at the upstream bug you van find links for the files you need. Michele Cane, PhD. On Tue, Oct 7, 2014 at 10:42 AM, Benjamin Eltzner wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Michele, > > you are right, I missed that. Could you tell me wher

Bug#708508: pdfinfo and pdftotext

2014-10-07 Thread Michele Cane
Hi Benjamin, Thanks for your help. Unfortunately Zotero uses a modified version of pdfinfo that can write to a text file, so it can't just use the system version. So I could use your solution for pdftotext but not for pdfinfo. Cheers Mike On Tue, Oct 7, 2014 at 9:55 AM, Benjamin Eltzner wrot

Bug#708508: pdfinfo and pdftotext

2014-10-07 Thread Benjamin Eltzner
It seems that this problem has been somewhat long-standing: https://forums.zotero.org/discussion/1243/pdf-installation-not-recognized/ A hack that solves it is $ find $HOME/.mozilla -name zotero -exec ln -s /usr/bin/pdfinfo '{}'/pdfinfo-Linux-x86_64 ';' $ find $HOME/.mozilla -name zotero -exec ln