Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megane42/docker-plantuml_to_pdf
[multiple plantuml sources] -> [single pdf] converter
https://github.com/megane42/docker-plantuml_to_pdf
Last synced: 7 days ago
JSON representation
[multiple plantuml sources] -> [single pdf] converter
- Host: GitHub
- URL: https://github.com/megane42/docker-plantuml_to_pdf
- Owner: megane42
- Created: 2018-02-21T06:39:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T06:40:41.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T22:13:03.685Z (about 2 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-plantuml_to_pdf
* This converts [multiple plantuml sources] into [single pdf].
* Japanese font is supported.
* All you need is docker.## Run
This converts *.puml into a single PDF (output.pdf).
```bash
docker run --rm -v $PWD:/work -w /work megane42/docker-plantuml_to_pdf *.puml
```You can do anything else by:
```bash
docker run --rm -v $PWD:/work -w /work --entrypoint="bash" megane42/docker-plantuml_to_pdf
```## Build
Only if you need.
```
docker build -t megane42/docker-plantuml_to_pdf \
--build-arg http_proxy=${http_proxy} \
--build-arg HTTP_PROXY=${HTTP_PROXY} \
--build-arg https_proxy=${https_proxy} \
--build-arg HTTPS_PROXY=${HTTPS_PROXY} \
.
```## License
MIT