I'm writing a Drupal module where I generate a cover page from user-entered info. I use php's exec() to run the pdflatex command. Here's the code snippet. Code ...