Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

samuelcolvin/pdfapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfapi

PDF API using docker.

This is very much a proof of concept, it uses flask not django and does the PDF generation in request-response loop not on a worker.

To build docker image:

docker build -t pdfapi .

To run it

docker run -d -p 5000:5000 pdfapi

You can then test it with servertest.py.

About

PDF API using docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published