Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liebsen/wkhtmltoimage
Website capture api
https://github.com/liebsen/wkhtmltoimage
Last synced: 19 days ago
JSON representation
Website capture api
- Host: GitHub
- URL: https://github.com/liebsen/wkhtmltoimage
- Owner: liebsen
- Created: 2022-05-15T18:20:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T17:31:35.000Z (over 2 years ago)
- Last Synced: 2023-03-06T12:06:59.124Z (almost 2 years ago)
- Language: PHP
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
html2image API
===============A generic htmltopdf api for printing websites
# Overview:
* Requires wkhtmltoimage and mmdblookup previously installed In* Ubuntu Focal
```
sudo apt install wkhtmltoimage mmdblookup
```# How to use:
* clone
* node server.js or use pm2# Thanks to:
* wkhtml2pdf team