This tool exists purely as a learning exercise & productivity workflow enhancement.
Your milage with this library may vary.
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>
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'
TBC
TBC
PRs are welcome, bugs may be raised as GitHub issues.