Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
/ pdftk-php Public archive
forked from andrewheiss/pdftk-php

A collection of functions that make it easy to use pdftk and PHP together to fill and serve PDF forms.

Notifications You must be signed in to change notification settings

kyuumeitai/pdftk-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

##################################################################################################################
#
#	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.

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

No packages published