Skip to content

flowup-labs/chrome-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome-PDF Docker Container

API can be run by simply invoking make:

make

Usage

The server should now listen on port 8000 and accept text/html body. It will then return pdf mime type with resulting PDF.

curl -X POST \
  http://localhost:8000/ \
  -H 'content-type: text/html' \
  -d '<h1>Test</h1>'

Maintainers

About

HTML to PDF converter container with an API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published