tags:

views:

26

answers:

1

What I'm looking for is a way to build PDF and Word documents that include form data, then convert that to a format that can be managed from a web interface (so a user can come in, fill out a form, and submit it online).

It doesn't need to remain in PDF or Word format (and preferably there will be some conversion), but ultimately, utilizing PDF or Word as a base is what I'd like.

Oh and preferably open-source if it can be managed.

Anyone know of something that does some manner of this or know how it would be done?

A: 

by far the easiest is fpdf

Talvi Watia