Need input on a tool to create UML diagrams and also saving content on the PDF

Hi,

I am building an N8N workflow to build a POC to produce the System Design using BRDs. I am trying to find good tools to associate to my workflow :

  1. A UML creator
  2. A PDF generator
  3. Integration with Gradio or Streamlit to show the initial design for approval or rejection.

I appreciate If I can get any help or suggestion.

Thanks,

Kapil Chaudhary

achamm:

hey kapil,

i would do it by using a uml creator like draw.io or mindmeister and then saving it as an igp file. this way you can save your uml diagrams to the pdf generator which you can use for viewing in streamlit. i’m not exactly sure how to get the initial design from n8n to show in gradio, though.