CAM2ADOC ASCIIDoctor documentor is coming together, need SVG/PNG

I would like to thank the people who have helped me get to the point I am now with Camunda ASCIIDoctor Documentation generator.

My first tests with it were done using a State Government Camunda BPMN file. The product as a PDF file with most of the documentation in the BPMN in it. I still have a bit of work to make it easy to use and create a basic starter template to format the output.

I have put copies of Camunda-BPMN and the generated PDF file for folks to look at. Please do not judge me on my BPMN 2.0 mistakes, I’m still learning.

Here are links to the Camunda-BPMN and the first draft of the ASCIIDoctor generated documentation.

https://pwc-lms.com/OpenStuff/BPMN/DWIP_RegularRequest_V2.1u.bpmn

I’ve looked through the examples and found bits and pieces for the Javascript process to read a Camunda BPMN file and generate the SVG and the PNG for it. I’m thinking this function needs to use the sample Modler code and a headless browser.

Can anyone provide any suggestions or examples?

I would be very grateful.

check out: https://github.com/bpmn-io/bpmn-to-image

Super thanks, I should have been able to find that but some days your Google-Foo is just not good.