Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 358 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 358 Bytes

html-to-pdf

Convert HTML to PDF

Usage

gcloud app deploy --project $PROJECT_ID

How to use on Docker Compose

ledger:
  build:
    context: ledger

Try it out

curl -X POST http://localhost:3000/create_ledger -H 'Content-Type: text/html' -d '<html><body><h1>Hello, world.</h1></body></html>' --output hello.pdf