tags:

views:

112

answers:

0

Here is what I did: 1. I have a template WORD file that can be used to fill an application for some stuff. Assigned pre-defined tags to fillable fields. 2. Converted that word file to PDF file using CenoPdf 3. Used iText to fill the fields in generated PDF file. 4. Now when user downloads that filled file, they see a nice purple at the bar saying "Please fill out the following form. You can not save data typed into this form. Please print your completed form if you would like to copy for your records".

how can i get rid of this purple bar and the message? I am assuming i need to set some bits through iText to turn this off??

Thanks