Do webapp hosting sites such as webfaction.com support the use of cmd tools such as pdftk and pdftotext? For example, if in my django-powered site I do something like
subprocess.Popen("pdftk.exe....")
would this still work when I begin hosting the site?