如何从 Mendeley 导出带有子文件夹的 PDF 文件?

如何从 Mendeley 导出带有子文件夹的 PDF 文件?

当我从 Mendeley 导出 PDF 时,所有 PDF 都位于同一个文件夹中。如何保持它们井然有序并导出注释?

答案1

Mendeley 应用程序没有此功能,但有一个 Python 工具可以实现。

  1. 安装适用于 Python 2 的 Anacondahttps://www.continuum.io/downloads

不要忘记添加export PATH="/home/vitor/anaconda2/bin:$PATH"到您的.bashrc或终端。

  1. 安装 PyPDF2https://pypi.python.org/pypi/PyPDF2/1.26.0

    python setup.py install

  2. 下载 Menotexporthttps://github.com/Xunius/Menotexport

  3. 安装 Menotexport

    conda create -n menotexport python=2.7 source activate menotexport conda install -c guangzhi menotexport

  4. python menotexport-gui.py

  5. 选择作为 Mendeley 数据文件~/.local/share/data/Mendeley\ Ltd./Mendeley\ Desktop/[email protected]

更多信息https://github.com/Xunius/Menotexport

相关内容