Convert PDFs to Remarkable Notebooks!
git clone https://github.com/Artucuno/pdf2rm-py.git
cd pdf2rm-py
python setup.py install
This script becomes a command line tool after installation. The following command will convert input.pdf
to Notebook.zip
:
pdf2rm_py [-h] [-q] [-s S] [-v] file
options:
-h, --help show this help message and exit
-q Less messages to stdout (quiet)
-s S SCALE value. Def=0.75
-v More messages to stdout (verbose)