Fillable PDFs

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Fillable PDFs

Post by hawleyjr »

Does anyone know of a library that will allow creating fillable PDFs using PHP?

I can obviously do this using Acrobat Pro but I'm looking to create forms on the fly that users can type info to and mail to my customer. (They can't use a web form)

I've checked out the usual suspects (http://www.ros.co.nz/pdf/,http://www.fpdf.org/) but didn't find any info on fillable forms.
david64
Forum Commoner
Posts: 53
Joined: Sat May 02, 2009 8:12 am
Location: Wales

Re: Fillable PDFs

Post by david64 »

You can use XSL:FO to create PDFs. I'd imainge you could do anything in PDFs using it.

See: http://209.85.229.132/search?q=cache:nc ... clnk&gl=uk
Post Reply