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 install
Download Menotexport https://github.com/Xunius/Menotexport
Install Menotexport
conda create -n menotexport python=2.7 source activate menotexport conda install -c guangzhi menotexport
python menotexport-gui.py
Choose
~/.local/share/data/Mendeley\ Ltd./Mendeley\ Desktop/your_email@www.mendeley.com.sqlite
as Mendeley Data file
More information at https://github.com/Xunius/Menotexport

Vitor Abella
- 7,537