David Mulroney
David Mulroney

Reputation: 29

save the completed form pdf (using xfdf) to the server rather than displaying it to the user

I have successfully created the xfdf output and correctly filled out the pdf.

header ("Content-Type: application/vnd.adobe.xfdf");
print createXFDF($url, $values)

How do I save the completed form pdf (using xfdf) to the server rather than displaying it to the user?

Unfortunately pdftk is not an option.

Upvotes: 0

Views: 156

Answers (0)

Related Questions