Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artucuno/pdf2rm-py
Convert PDFs to Remarkable Notebooks!
https://github.com/artucuno/pdf2rm-py
remarkable-tablet
Last synced: 27 days ago
JSON representation
Convert PDFs to Remarkable Notebooks!
- Host: GitHub
- URL: https://github.com/artucuno/pdf2rm-py
- Owner: Artucuno
- License: cc0-1.0
- Created: 2024-02-08T01:38:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T03:42:52.000Z (about 1 year ago)
- Last Synced: 2024-11-16T01:16:02.124Z (3 months ago)
- Topics: remarkable-tablet
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdf2rm-py
[![rm1](https://img.shields.io/badge/rM1-supported-green)](https://remarkable.com/store/remarkable)
[![rm2](https://img.shields.io/badge/rM2-supported-green)](https://remarkable.com/store/remarkable-2)
[![Discord](https://img.shields.io/discord/385916768696139794.svg?label=reMarkable&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/ATqQGfu)Convert PDFs to Remarkable Notebooks!
## Prerequisites
- [pdfinfo](https://www.xpdfreader.com/download.html) (part of Xpdf)
- [drawj2d](https://sourceforge.net/projects/drawj2d/files/latest/download?source=files)## Installation
```bash
git clone https://github.com/Artucuno/pdf2rm-py.git
cd pdf2rm-py
python setup.py install
```## Usage
This script becomes a command line tool after installation. The following command will convert `input.pdf` to `Notebook.zip`:
```bash
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)
```## Credits <3
- [JCN-9000/pdf2rmnotebook](https://github.com/JCN-9000/pdf2rmnotebook)
- [naturale0](https://gist.github.com/naturale0/89026143415719ca0a1bab1e708ba0a4)\