Quick script I wrote to convert Keep notes (exported from Takeout) into PDFs.
npm install
- Download your Keep notes from Takeout
- Place the JSON files into
keep/
- Run
npm run process
(ornode index.js
) - Resulting PDFs will be placed into
generated/
It will keep track of notes already processed in processed.txt
, so if you re-ran the script, it would skip those files.
See example.pdf which was generated from example.json.