Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 903 Bytes

File metadata and controls

40 lines (24 loc) · 903 Bytes

dot2pdf

A script to convert DOT to PDF

Overview

dot2pdf is a script to convert DOT to PDF. dot2tex, pdflatex, and pdfcrop are used internally.

Requirement

Usage

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 

Author

yoshphys

Licence

dot2pdf is under MIT license. See the LICENSE for more info.