i'm facing a problem usintg iText together with java in order to populate form fields.
i've created the form field in a PDF Document using Acrobat 11 Pro and i've been able to populate it with all the values i needed using iText and AcroFields.
Troubles startet to raise when i modified fonts style, size and alignment using Acrobat 11. Now, for each input i modified the style, when i'm using the setField method i get twice the content one that has the aspect i've set in Acrobat 11 and the other that has the default style
Has anyone already tackled that issue?