https://github.com/bfollington/evernote-printable
Evernote sucks at printing when you have embedded PDFs
https://github.com/bfollington/evernote-printable
evernote html pdf python script
Last synced: 7 days ago
JSON representation
Evernote sucks at printing when you have embedded PDFs
- Host: GitHub
- URL: https://github.com/bfollington/evernote-printable
- Owner: bfollington
- Created: 2014-02-01T00:26:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T15:07:17.000Z (almost 11 years ago)
- Last Synced: 2025-02-07T20:30:51.361Z (9 months ago)
- Topics: evernote, html, pdf, python, script
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
evernote-printable
==================
Evernote sucks at printing, since it can't display embedded PDF's.
This is a python script that converts an HTML exported evernote note (or many) into a pdf with embedded pdf fragments. It converts all embedded pdfs to pngs, reformats the HTML files to include them, resizes images in the HTML file and then converts the HTML to a pdf.
It depends on `ghostscript`, `imagemagick` and `wkhtmltopdf` to do the actual conversion. It will operate on all exported HTML notes in the current directory when it is run.