We would like to present an editable PDF (form) to my user, in which we have already filled out some of the fields. The user should then fill the rest of the fields, using Adobe Reader through a browser, and then save/print the file.
Is there a way to do this?
I have tried using iTextSharp which lets me fill data into fields fine, but afterwards the file is "flattened" preventing any further editing.
I found a previous question [ Keep a pdf form editable after filling it with pdftk ] in which it is said not to be possible. However, after reading [ Placing current date into a text field of a PDF form using JavaScript ] I have a feeling that it may be possible to achieve using the Adobe JavaScript API.
Does anyone have any experience with this?
As an aside, our users will be working with Internet Explorer 9+.