https://github.com/utility-code/web_text_to_pdf
Gets text from multiple websites and converts it into a pdf
https://github.com/utility-code/web_text_to_pdf
Last synced: 11 months ago
JSON representation
Gets text from multiple websites and converts it into a pdf
- Host: GitHub
- URL: https://github.com/utility-code/web_text_to_pdf
- Owner: utility-code
- Created: 2018-11-19T14:52:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T10:28:31.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T12:23:18.737Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is a shell script to get files from links you provide, extract the text and save them as one pdf file.
Run as ./down.bash
Note:
This was only tested on a mac. I dont know if it will work with other systems.
Dependencies:
- python 3+
- curl
- bash
- html2text