Sign inSign up

rlespinasse/drawio-export

By rlespinasse

•Updated 11 days ago

Export Draw.io diagrams using docker

Image
Content management system
1

100K+

rlespinasse/drawio-export repository overview

⁠Draw.io Export

Export Draw.io diagrams using docker

⁠Features

  • Recursive export
  • Partial export (newer, or based on git reference)
  • Additional export formats with link extraction

⁠Supported Export formats

  • draw.io export formats : jpg, pdf, png, svg, and xml
  • drawio-exporter additional formats
    • adoc - Export in PNG and create an additional Asciidoc file (with support external links).
    • md - Export in PNG and create an additional Markdown file (with support external links).

⁠Installation

docker pull rlespinasse/drawio-export

See Dockerfile⁠

⁠Usage

Print the available options

docker run -it rlespinasse/drawio-export --help

Simple run with default options

$ cd directory-with-drawio-files
$ docker run -it -v $(pwd):/data rlespinasse/drawio-export
+ export file : ./file1.drawio
- export page 1 : Page-1
\ generate pdf file
- export page 2 : Page-2
\ generate pdf file

Want to read more, go to rlespinasse/drawio-export⁠ on GitHub.

Tag summary

Content type

Image

Digest

sha256:2c133c2bb…

Size

555.8 MB

Last updated

11 days ago

docker pull rlespinasse/drawio-export