Re: [iText-questions] setField only works when form is flattend

2008-10-16 Thread Martyn Hiemstra
Hi everybody, I disovered that the problem was in my pdf. It had some dataconnection binding information in the pdf. This prevended iText from filling the fields. I started with a new pdf and that worked perfectly. So if you have the same problem I have, try and remove the binding from the fiel

[iText-questions] setField only works when form is flattend

2008-10-16 Thread Martyn Hiemstra
Hi everybody, I have created a pdf using adobe lifecycle designer and saved it as a interactive pdf (Not as xdp but as pdf). I then use iText to load the pdf and I go along all the fields and call setField(String, String), like this: AcroFields acroFields = pdfStamper.getAcroFields(); if (acro