https://github.com/maxbeier/pretty-print
Convert web pages into pretty PDF documents
https://github.com/maxbeier/pretty-print
markdown pandoc pdf readability
Last synced: 9 days ago
JSON representation
Convert web pages into pretty PDF documents
- Host: GitHub
- URL: https://github.com/maxbeier/pretty-print
- Owner: maxbeier
- License: mit
- Created: 2016-05-11T17:04:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T13:13:45.000Z (almost 9 years ago)
- Last Synced: 2026-03-30T05:42:13.916Z (2 months ago)
- Topics: markdown, pandoc, pdf, readability
- Language: TeX
- Homepage:
- Size: 1.29 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pretty Print
Convert web pages into pretty pdf documents.

## Usage
You'll need an API key for [Mercury](https://mercury.postlight.com/web-parser/).
```sh
echo "MERCURY_KEY=$YOUR_KEY" > .env
npm install
# run dev
npm run dev
# run prod
npm start
# deploy on now.sh
npm run deploy
```
## Alternative Parsers
- [ageitgey/node-unfluff](https://github.com/ageitgey/node-unfluff)
- [codelucas/newspaper](https://github.com/codelucas/newspaper)
- [luin/readability](https://github.com/luin/readability)
- [mozilla/readability](https://github.com/mozilla/readability)