Install a small helper script to alter pdftotext paramaters:
cd ~/.zotero
wget -O pdfinfo.sh https://raw.githubusercontent.com/zotero/zotero/4.0/resource/redirect.sh
chmod a+x pdfinfo.sh
Create some files named *.version containing the version numbers of the utilities. The version number appears in the third field of the first line on stderr:
我在 Debian 中用 Zotero 管理文献时发现 PDF 导入后获取文件信息获取不到。以下时解决过程记录。
Install the pdftotext and pdfinfo programs:
Find the kernel and architecture:
In the Zotero data directory create a symbolic link to the installed programs. The printed kernel-name and machine is part of the link's name:
Install a small helper script to alter pdftotext paramaters:
Create some files named
*.version
containing the version numbers of the utilities. The version number appears in the third field of the first line on stderr:Start Zotero's gear icon, "Preferences"-"Search" should report something like:
Do not press "check for update". The usual maintenance of the operating system will keep those utilities up to date.
更多
如果上述完成还不可用,运行这个脚本:
脚本来自 bugs.debian.org。