I don\'t know at all if it\'s feasable but
what about :
1) getting all the data you need from a
HTML form
2) basically do an ereg_replace() in the
PDF file
3) When all replacements are finish, do
what you want with the new \"completed\"
PDF file
The replacements suppose that your PDF
file had some strings like <<USER_NAME>>
inside \"in front\" of the input tag of
the PDF form ; and if it has not that
kind of things, then you must add it manually
the first time , when you decide to include
that PDF file in your system.
I don\'t know the internals of PDF file, especially with PDF form, but there\'s surely
a place where user answers are supposed to be
stored (?)