Web Hosting Talk







View Full Version : Programs to make PDF Fillable online form?


hostbox
08-20-2008, 07:25 PM
Hi guys

What programs do you guys use for Online Fillable PDF files?

Thanks

whservices
08-21-2008, 07:28 AM
Are you talking about an app that creates the PDF based on variables enter into a form?

If so, you can use PHP to create a PDF. Check out this PHP Class: http://www.fpdf.org/ - I've used it in the past, and it works rather well.

oliviakitty
08-21-2008, 07:59 AM
I use Adobe Acrobat

network82
08-21-2008, 08:13 AM
We have a couple of methods, Adobe Acrobate distiller being one of them, but we also do allot of developing for print fillment using PReS and PReS PDF which basically converts postscript usually sent to massive laser printers to pdf format..

hkloo
09-01-2008, 12:41 PM
Hi,

We use Adobe Acrobat Editor to do this. The PDF form allows user to key in data in form, and save as new copy with the fill in data. Pretty handy for things like agreements etc

Adam-AEC
09-01-2008, 05:15 PM
Inkscape is free and will let you make fillable PDF forms.

I don't know about the javascript side of it tho.