Skip to content

helecz/wkhtmltopdf-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hele.cz wkhtmltopdf microservice

Installation

Install and run project:

> npm install
> npm run-script start

Usage

curl -X POST http://localhost:8900/compile -d '<h1>Hello world</h1>'
curl -X POST http://localhost:8900/compile -d 'https://www.google.com'

Docker

Compile image

docker build -t wkhtmltopdf-microservice .

Run container

docker run -it --rm -p 8900:80 wkhtmltopdf-microservice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published