All Projects → rlespinasse → drawio-export

rlespinasse / drawio-export

Licence: MIT license
Export Draw.io diagrams using docker

Programming Languages

shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to drawio-export

azure-drawio-icons
Azure Icon pack for DrawIO
Stars: ✭ 103 (+134.09%)
Mutual labels:  drawio
container-flow-chart
Immediately create your own unique variation of this popular C++ 11 Standard Container Flowchart at https://drive.google.com/file/d/1wAUsTIeKRgSfo0m-3rR4P6Boi3FuixEk/view
Stars: ✭ 12 (-72.73%)
Mutual labels:  drawio
mkdocs-drawio-exporter
Exports your Draw.io diagrams at build time for easier embedding into your documentation
Stars: ✭ 50 (+13.64%)
Mutual labels:  drawio
c4-diagrams.net
The EasyC4 library is for quick and convenient visualising software architecture in diagrams.net / draw.io application using the C4 model approach.
Stars: ✭ 28 (-36.36%)
Mutual labels:  drawio
drawio-libs
Networks devices vector libraries for online diagram software draw.io
Stars: ✭ 26 (-40.91%)
Mutual labels:  drawio

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, vsdx, 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

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

Build on top of

Used by

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].