Convert draw.io xml to pdf/png within command line.
1.8K
Convert draw.io xml file (usually *.drawio) to pdf/png within command line.
Works nicely with make and/or latexmk. Useful if you are writing a paper or thesis with many figures.
npmnpm install --global draw.io-export
drawio <source.drawio> -o <dest.pdf>
drawio <source.drawio> -o <dest.png>
docker run --rm \
-v <your folder with .drawio files>:/files \
b1f6c1c4/draw.io-export
Content type
Image
Digest
sha256:9374377f7…
Size
289.6 MB
Last updated
about 3 years ago
docker pull b1f6c1c4/draw.io-export