Skip to content
andrewheiss edited this page Aug 17, 2010 · 7 revisions

pdftk-php Class for PDF Forms

Need to serve up PDF files with dynamic data? pdftk-php is a collection of functions that make it easy to use pdftk and PHP together to fill and serve PDF forms from a web server.

Requirements

  • PHP 5 with safe_mode disabled
  • MySQL (script can be altered to allow for other databases, though)
  • pdftk installed on the server
  • A PDF form, not created in Mac OS X, with no filled data

Installation

See the example included with pdftk-php.php to see it in action.

Clone this wiki locally