pdftotext zotero plugin install
Hi!
I'd like to install the pdftotext and pdfinfo Zotero binaries, but not require that individual users in a lab install them to their profile, as the instructions require.
Is there a way to put them on a global system path somewhere, or do I have to install them in individual user profiles?
I already deploy Zotero to FF's global extensions directory, and it would be nice if I could dump the executables somewhere centrally and have the plugin automatically use them.
I'd like to install the pdftotext and pdfinfo Zotero binaries, but not require that individual users in a lab install them to their profile, as the instructions require.
Is there a way to put them on a global system path somewhere, or do I have to install them in individual user profiles?
I already deploy Zotero to FF's global extensions directory, and it would be nice if I could dump the executables somewhere centrally and have the plugin automatically use them.
Thanks for the feedback!
edit: and people wonder why it takes a couple minutes to log in. :)
Well, that's a problem.
It'd be much better to just switch to pdf.js, but I'm not sure what the current state of pdf.js is. I don't know if Simon has looked into it recently to see if it can do sufficient text extraction yet.
Switching to pdf.js would be much better, I agree.
Any chance you could share some more details on how you were able to implement your workaround?
I am currently able to deploy the Firefox extension (global extension directory), Word add-in (global extension directory), Chrome extension (chrome gpo extension) and standalone install silently to all of our campus labs however the one hangup I have is deploying the pdftotext and pdfinfo files due to the random firefox profiles. I really want to avoid doing a firefox profile copy to each machine.
Thanks Much
I un-randomed the Firefox profiles, and used Group Policy Preferences to put it in place in the new un-randomed profile.
So I deployed a profiles.ini in the logged-in user's Firefox folder, looking like
[General]
StartWithLastProfile=1
[Profile0]
Name=default
IsRelative=1
Path=Profiles/zhhgt7ft.default
and then deployed the pdfinfo-win32.exe and pdftotext-win32.exe into the newly-static location.
Thanks for the information. I was able to find another way to achieve the same results...
I placed the necessary files in browser\defaults\profile\zotero
When a user opens Firefox for the first time any files or folders located in the browser/defaults/profile directory will be copied to the users default firefox profile...in this case it copies the zotero folder and contents. I've tested it out and had no issues so far. When the Zotero firefox extension installs (also on the first run of firefox) it places all it's necessary files in the copied zotero folder and all is well.
Thanks for your help.