I have successfully created the xfdf output and correctly filled out the pdf.
Currently I am using the following code:
header ("Content-Type: application/vnd.adobe.xfdf");
print createXFDF($url, $values)
What I want to do is to save the pdf to the server rather than displaying it to the user.
Unfortunately pdftk is not an option.
I appreciate your assistance.
Thanks, David