Vitor Abella Asked: 2016-11-14 08:57:57 +0800 CST2016-11-14 08:57:57 +0800 CST 2016-11-14 08:57:57 +0800 CST 如何从 Mendeley 导出带有子文件夹的 PDF 文件? 772 当我从 Mendeley 导出 PDF 时,我会在同一个文件夹中获取所有 pdf。如何使它们井井有条并导出注释? mendeley 1 个回答 Voted Best Answer Vitor Abella 2016-11-14T08:57:57+08:002016-11-14T08:57:57+08:00 Mendeley 应用程序没有此功能,但有一个 python 工具可以做到这一点。 为 python 2 安装 Anaconda https://www.continuum.io/downloads 不要忘记添加export PATH="/home/vitor/anaconda2/bin:$PATH"到您的.bashrc或终端。 安装 PyPDF2 https://pypi.python.org/pypi/PyPDF2/1.26.0 python setup.py install 下载 Menotexport https://github.com/Xunius/Menotexport 安装 Menotexport conda create -n menotexport python=2.7 source activate menotexport conda install -c guangzhi menotexport python menotexport-gui.py 选择~/.local/share/data/Mendeley\ Ltd./Mendeley\ Desktop/[email protected]作为 Mendeley 数据文件 更多信息请访问https://github.com/Xunius/Menotexport
Mendeley 应用程序没有此功能,但有一个 python 工具可以做到这一点。
不要忘记添加
export PATH="/home/vitor/anaconda2/bin:$PATH"
到您的.bashrc
或终端。安装 PyPDF2 https://pypi.python.org/pypi/PyPDF2/1.26.0
python setup.py install
下载 Menotexport https://github.com/Xunius/Menotexport
安装 Menotexport
conda create -n menotexport python=2.7 source activate menotexport conda install -c guangzhi menotexport
python menotexport-gui.py
选择
~/.local/share/data/Mendeley\ Ltd./Mendeley\ Desktop/[email protected]
作为 Mendeley 数据文件更多信息请访问https://github.com/Xunius/Menotexport