jakobwesthoff/phuml

How to specify output formats and other Graphviz options?

stepanselyuk opened this issue · 1 comments

Hello,
tell please how to specify output formats and other Graphviz options? (http://www.graphviz.org/doc/info/output.html). I want to get the output as searchable PDF file.

Found thanks ;)

phuml -r ./ -graphviz -createAssociations true output.gv
neato -Tpdf output.gv > output.pdf
rm -f output.gv