My websites are hosted on Total Choice hosting, using some kind of Linux (I donβt know which option) and Apache. I do not have access to the command line - I can only run command line programs through exec () in PHP or through CRON jobs.
Is it possible to install and use PDFTK in such a system?
If so, what exactly do I need to do? Which files do I need to copy to where? Do I need to rebuild the PDFTK from the source code, or is there an executable version somewhere?
Since (as I understand it) PDFTK is based on iText, which is written in Java. Maybe I better use the original iText package?
Or is there a better way to do what I want to do (is it basically merging and smoothing a PDF file (empty form) with an FDF file (field value) into a new PDF file (filled form) and downloading it to the user)? Is there any native PHP or Python or Perl code?
Thanks - Rowan
source share