How to specify output formats and other Graphviz options?
stepanselyuk opened this issue · 1 comments
stepanselyuk commented
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.
stepanselyuk commented
Found thanks ;)
phuml -r ./ -graphviz -createAssociations true output.gv
neato -Tpdf output.gv > output.pdf
rm -f output.gv