KeithClinard / html-to-pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html-to-pdf

Containerized nodejs app that accepts a valid html string as a POST and returns a PDF.

Prerequisites

Building for local development

  • docker build -t html-to-pdf-local .
  • docker run -p 7071:7071 html-to-pdf-local

About


Languages

Language:JavaScript 76.0%Language:Dockerfile 24.0%