Skip to content

HTTP/REST Server for bpmn-to-image cli: Convert your BPMN files to images through REST Endpoints!

License

Notifications You must be signed in to change notification settings

StephenOTT/bpmn-to-image-server

Repository files navigation

BPMN to Image Server

POST locahost:8080 with multi-part upload. Field name: file

or

POST locahost:8080 with xml body

Query Params:

  1. min_width: Int
  2. min_height: Int
  3. title: String
  4. no_title: Boolean
  5. no_footer: Boolean
  6. scale: Int

Docker

  1. docker build -t b2is .
  2. docker run -p 8080:8080 --name bpmn-to-image-server b2is

Dev Notes:

  1. Not all Alpine images work with puppeteer. If you get "Failed to Launch Chrome" errors, make sure to test with other builds of the OS.

About

HTTP/REST Server for bpmn-to-image cli: Convert your BPMN files to images through REST Endpoints!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published