我正在使用12.04版的Firefox扩展Zotero。尽管如此,Zotero抱怨缺少PDF工具:
To use this feature, you must first install
the PDF tools in the Search pane of the Zotero preferences.和
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.因此,缺少的PDF工具似乎是pdftotext & pdfinfo。但是,它们应该已经可以通过已安装的Ubuntu包poppler-utils获得(在旧版本中)。
为什么Zotero找不到这些程序?当然,我可以按建议的方式重新安装它们,但通常我更喜欢只从Ubuntu存储库安装软件。
发布于 2014-10-15 03:52:33
从动物园文档
Zotero使用来自开源Xpdf项目的pdfinfo和pdftotext实用程序的定制、平台特定版本的PDF索引。具体来说,Zotero在Windows上使用了修改后的pdfinfo和pdftotext二进制文件,以防止命令提示符窗口在索引时出现,并在所有支持写入文本文件的平台上定制pdfinfo (参见源代码)。
这是Zotero和Ubuntu的预期行为。(FWIW,尽管“安装软件”在这里是一个相当强大的词:它只是下载两个文件并将它们放在Zotero数据文件夹中)
https://askubuntu.com/questions/536890
复制相似问题