Alright, I'm making a lot of progress on my project but I hit another speed bump. I am trying to build pdftk on bluehost but I am having a lot of trouble. I downloaded the file pdftk-1.12.tar.gz from
http://www.accesspdf.com/article.php/20041129180128366 and followed the appropriate instructions. I then try to run the pdftk file by typing pdftk --help and I receive:
pdftk:command not found
What am I doing wrong? Anyone have a suggestion?
UPDATE: If I type ./pdftk -- help, all is well -> It works fine. Is there a way where I don't have to be in the directory of the file to run the program?