https://github.com/liebsen/wkhtmltoimage
Website capture api
https://github.com/liebsen/wkhtmltoimage
Last synced: about 1 year ago
JSON representation
Website capture api
- Host: GitHub
- URL: https://github.com/liebsen/wkhtmltoimage
- Owner: liebsen
- Created: 2022-05-15T18:20:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T17:31:35.000Z (almost 4 years ago)
- Last Synced: 2025-02-21T10:44:27.119Z (over 1 year 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