Skip to content

Create reMarkable notebook file from multiple PDFs

License

Notifications You must be signed in to change notification settings

jbwong05/pdf2rmnotebook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.6%
  • HCL 2.4%