jbwong05 / pdf2rmnotebook

Create reMarkable notebook file from multiple PDFs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdf2rmnotebook

Creates a reMarkable Notebook from multiple PDF files.

Changelog

Version

  • V1.1 - All pdf pages are converted, no need to split file ( needs pdfinfo command )
  • V1.2.0 - Some options added: Verbosity, Usage, Version; Cleanup and Checks
  • V2.1.0 - Image formats png/jpg can be directly converted -s option to scale notebook page size

Sample

In the example folder. PDF are not correctly ingested.

Screenshot

Screenshot

Installation

Create a /var/lib/pdf2rmnotebook folder and copy there the UUID* files from var/lib

Requirements

  • drawj2d
  • pdfinfo: from your distribution package manager: Deb:poppler-utils

Usage

Run the script followed by the list of PDF files, it will create a Notebook.zip file that can be uploaded to rM Cloud via rmapi tool.

$ pdf2rmnotebook 2d-3.pdf 3d-1.pdf shapes-1.pdf

$ pdf2rmnotebook -s 2 flower.png

Thanks

About

Create reMarkable notebook file from multiple PDFs

License:GNU General Public License v3.0


Languages

Language:Shell 97.6%Language:HCL 2.4%