4

I am using the Firefox extension Zotero on 12.04. Zotero complains about missing PDF tools, though:

To use this feature, you must first install 
the PDF tools in the Search pane of the Zotero preferences.

and

Available downloads for Linux x86_64 from zotero.org:
- pdftotext version 3.02
- pdfinfo version 3.02
Zotero can automatically install these applications into the Zotero data directory.

So the missing PDF tools appear to be pdftotext & pdfinfo. However, they should already be available (in older versions) via the installed Ubuntu package poppler-utils.

Why doesn't Zotero find these programs? Of course, I could just reinstall them in the suggested way but generally I prefer to install software only from the Ubuntu repository.

Josh Pinto
  • 8,089
Alex1357
  • 1,192

1 Answers1

2

From the Zotero documentation

Zotero uses customized, platform-specific versions of the pdfinfo and pdftotext utilities from the open-source Xpdf project for PDF indexing. Specifically, Zotero uses modified binaries of pdfinfo and pdftotext on Windows to prevent the command-prompt window from appearing at indexing time, and a custom build of pdfinfo on all platforms that support writing to a text file (see source code).

So this is expected behavior on the part of both Zotero and Ubuntu. (FWIW, though "install software" is a rather strong word here: it just downloads two files and places them in the Zotero data folder)