You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
2. Change the absolute path to pdftk in pdftk-php.php near line 71
a. If you don't know what it is, type "whereis pdftk" or "which pdftk" at the console.
3. Set up the database.
a. Run the sql commands found in /example/database.sql to create the basic database structure.
b. Change the credentials in /example/_dbConfig.php to correspond with the new database.
4. Navigate to the site on your server and start playing with the site.
* If you want to experiment with submitting data from a PDF to the server, open /example/example-submittable.pdf in Acrobat Professional and change the submit URL in the properties of the submit button to /example/index.php on your server.