When I export PDFs from Mendeley I get all pdfs in the same folder. How to keep them organized and also export annotations?
Asked
Active
Viewed 3,661 times
1 Answers
1
Mendeley app doesn't have this capability, but there is a python tool to do so.
- Install Anaconda for python 2 https://www.continuum.io/downloads
Don't forget to add export PATH="/home/vitor/anaconda2/bin:$PATH" to your .bashrc or terminal.
Install PyPDF2 https://pypi.python.org/pypi/PyPDF2/1.26.0
python setup.py installDownload Menotexport https://github.com/Xunius/Menotexport
Install Menotexport
conda create -n menotexport python=2.7 source activate menotexport conda install -c guangzhi menotexportpython menotexport-gui.pyChoose
~/.local/share/data/Mendeley\ Ltd./Mendeley\ Desktop/[email protected]as Mendeley Data file
More information at https://github.com/Xunius/Menotexport
Vitor Abella
- 7,537