https://github.com/asivery/pdf2rmdoc
A program that lets you translate a PDF file to an RMDOC for reMarkable Paper Pro
https://github.com/asivery/pdf2rmdoc
Last synced: 8 months ago
JSON representation
A program that lets you translate a PDF file to an RMDOC for reMarkable Paper Pro
- Host: GitHub
- URL: https://github.com/asivery/pdf2rmdoc
- Owner: asivery
- License: gpl-3.0
- Created: 2024-10-10T00:11:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-20T20:32:10.000Z (over 1 year ago)
- Last Synced: 2024-12-22T10:44:25.966Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# pdf2rmdoc
A simple tool to translate PDF files into RMDOC notebooks for the reMarkable Paper Pro. It also lets you upload them to the tablet automatically.
## Usage
```
usage: pdf2rmdoc [-h] [-o OUTPUT] [-u IP] [--template-name {none,P Grid small,P Grid medium}]
[-n NAME]
input_pdf
Translate a PDF file to an RMDOC for reMarkable Paper Pro
positional arguments:
input_pdf
options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Name of the output file
-u IP, --upload IP IP of the device to upload to (overloads --output) f.ex. 10.11.99.1
--template-name {none,P Grid small,P Grid medium}
-n NAME, --name NAME
This program requires drawj2d to work. Please make sure it is installed.
```
## Credits
This program is inspired by [pdf2rmnotebook](https://github.com/JCN-9000/pdf2rmnotebook). It too uses [drawj2d](https://sourceforge.net/projects/drawj2d) to process the PDF files into .RM pages.