##################################################################################################################
#
# Example of pdftk-php Class
# http://code.google.com/p/pdftk-php/
# http://www.pdfhacks.com/forge_fdf/
#
# License: Released under New BSD license - http://www.opensource.org/licenses/bsd-license.php
#
# Purpose: Show a working example of pdftk-php in action
#
# Author: Andrew Heiss (www.andrewheiss.com)
#
##################################################################################################################
#############################
# INSTALLATION INSTRUCTIONS #
#############################
1. Unzip folder on your server.
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.
-
Notifications
You must be signed in to change notification settings - Fork 22
A collection of functions that make it easy to use pdftk and PHP together to fill and serve PDF forms.
andrewheiss/pdftk-php
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A collection of functions that make it easy to use pdftk and PHP together to fill and serve PDF forms.
Resources
Stars
Watchers
Forks
Packages 0
No packages published