Hi all,
Most of the discussion about privileges in pdf forms seems to be about locking the thing down. I'm having problems in the other direction.
I have a website where a user, after login, can download pdf forms. Since I already know a few things about the user, I can prefill some of the fields (using iText). Then, after the user downloads the pdf, I would like them to be able to complete the form on their own computer before printing it out, signing it and sending it back to me by snailmail. Note that since I want the user to be able to complete the form in multiple sessions, I have enabled form saving for these pdfs.
The problem I'm running into is that after I have prefilled some of the form dynamically and served it up to the user, they are not able to complete the form. Instead, when I open the pdf in Reader 9, I get the following message:
'This document enabled extended features in Adobe Reader. The document has been changed since it was created and use of extended features is no longer available. Please contact the author for the original version of this document.'
How do I allow my users to complete the form after I have partially prefilled it?
By the way, I am aware of alternative approaches to form completion, such as using digital signatures, but these are not feasible in my scenario.
I would appreciate any help.
Jimmy