Skip to content

antonyoneill/remarkable-notebooks-to-pdf

Repository files navigation

<remarkable-notebooks-to-pdf>

Remarkable Notebook to PDF

This tool exists purely as a learning exercise & productivity workflow enhancement.

Your milage with this library may vary.

Usage

Ensure that the rM2svg binary is on your path. You can get it from https://github.com/reHackable/maxio.

npm --global install remarkable-notebooks-to-pdf

npx remarkable-notebooks-to-pdf -i <PATH_TO_NOTEBOOKS> -t <PATH_TO_TEMPLATES> -o <PATH_TO_OUTPUT>

PDF Encryption

This is configured to AES encrypt the PDF output with a password if specified.

npx remarkable-notebooks-to-pdf -i <PATH_TO_NOTEBOOKS> -t <PATH_TO_TEMPLATES> -o <PATH_TO_OUTPUT> --pdfPassword 'Sensitive=SomePassword' --pdfPassword 'Other - Sensitive=AnotherPassword'

Development

TBC

Building

TBC

Contributing

PRs are welcome, bugs may be raised as GitHub issues.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published