Convert pdf to dxf

      No Comments on Convert pdf to dxf

To quickly convert a pdf file to dxf, there’s a neat little tool called pstoedit. It’s part of Fedora’s standard repository and can be installed via yum

# yum install pstoedit

To convert a file named Drawing.pdf run:

$ pstoedit -f "dxf: -ctl -mm" Drawing.pdf Drawing%d.dxf

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.