A script to convert DOT to PDF
dot2pdf is a script to convert DOT to PDF.
dot2tex, pdflatex, and pdfcrop are used internally.
To convert filename.dot to filename.pdf, all you just need to run the following command.
$ dot2pdf filename.dot
If you want to change the output path, you may run the following command.
$ dot2pdf filename.dot path_to_output.pdf
dot2pdf is under MIT license. See the LICENSE for more info.