When I try to run the following code:
system("pdftk #{@@temp_file_path} output #{@@file_path} user_pw #{@@pass}")
I get this error:
Permission denied - /tmp/billing.pdf
I tried running:
chmod +x /tmp
But that didn't help.
Any suggestions?