Skip to content

Quick script I wrote to convert Keep notes (exported from Takeout) into PDFs

License

Notifications You must be signed in to change notification settings

gnikyt/keep-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keep to PDF

Quick script I wrote to convert Keep notes (exported from Takeout) into PDFs.

Installation

npm install

Usage

  1. Download your Keep notes from Takeout
  2. Place the JSON files into keep/
  3. Run npm run process (or node index.js)
  4. 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.

Example

See example.pdf which was generated from example.json.

About

Quick script I wrote to convert Keep notes (exported from Takeout) into PDFs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published