https://github.com/zxdawn/rm2pdf
rM2PDF script for the reMarkable reader
https://github.com/zxdawn/rm2pdf
remarkable-tablet
Last synced: about 1 year ago
JSON representation
rM2PDF script for the reMarkable reader
- Host: GitHub
- URL: https://github.com/zxdawn/rm2pdf
- Owner: zxdawn
- License: gpl-3.0
- Created: 2018-01-29T02:55:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T01:04:33.000Z (about 8 years ago)
- Last Synced: 2025-03-26T11:51:10.912Z (about 1 year ago)
- Topics: remarkable-tablet
- Language: Python
- Size: 2.18 MB
- Stars: 22
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# rM2PDF
rM2PDF script for the reMarkable reader
## Features
These scripts are based on Linux. You should run scripts on Linux or [Win10_ubuntu](https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/). Feel free to adopt for mac or win.
1. Download files from the reMarkable paper tablet;
2. Combine notes and PDF together.
3. Set the color of stroke. (change line 67, eg. 0: "blue")
## Requirements
1. Python
2. [rsvg-convert](http://manpages.ubuntu.com/manpages/trusty/man1/rsvg-convert.1.html)
```
apt-get install librsvg2-bin
```
## Introduction
1. Download or clone this repository;
2. Change the name of directory between `#----------#` and `#----------#` in rMsync.sh and rM2PDF.py.
3. Run rMsync.sh and rM2PDF.py successively.
## Improvements Needed
* Avoid duplicates in original_pdf folder (You can check [rm-sync](https://github.com/simonschllng/rm-sync) for updates);
* Better combination between Python and Bash Shell.
## Tools used
* [rm-sync](https://github.com/simonschllng/rm-sync)
* [rM2svg](https://github.com/reHackable/maxio/tree/master/tools)
* [cpdf](https://github.com/coherentgraphics/cpdf-binaries)
## Screenshot

## Support
Raise an issue in this github repository, or email xinzhang1215@gmail.com