Zotero: Difference between revisions
imported>Fadenb Created page with "== Zotero Firefox add-on == The Zotero Firefox add-on works as expected with one caveat; the pdftotext and pdfinfo plugins it needs in order to index and pull metadata from PD..." |
imported>Fadenb m Syntaxhighlight |
||
| Line 7: | Line 7: | ||
Create the following symlinks and ensure that they are named EXACTLY as described here: | Create the following symlinks and ensure that they are named EXACTLY as described here: | ||
<syntaxhighlight lang="bash"> | |||
ln -s /run/current-system/sw/bin/pdftotext pdftotext-Linux-<architecture> (e.g., pdftotext-Linux-x86_64) | |||
ln -s /run/current-system/sw/bin/pdfinfo pdfinfo-Linux-<architecture> | |||
</syntaxhighlight> | |||
Launch Firefox and go to the Zotero add-on preferences; click on the "Search" tab and you should find that both, pdftotext and pdfinfo, are recognized and their version is either "UNKNOWN" or the correct version number. This is trivial and should not deter you. You can now use the PDF metadata retrieval capabilities. | Launch Firefox and go to the Zotero add-on preferences; click on the "Search" tab and you should find that both, pdftotext and pdfinfo, are recognized and their version is either "UNKNOWN" or the correct version number. This is trivial and should not deter you. You can now use the PDF metadata retrieval capabilities. | ||