On 16/09/2010 9:43, Ignacio wrote: > Hi all, im developing a java application wich read some fields from a > pdf form. When there's no sign, i can read them without problems, but > when there is a sign, i can't retrive the fields. Instead of fields it > returns the sign. > i use acrofields from PDF Reader, how i could get the value of my fields?
Chances are that the process that signed the PDF also flattened the fields. In that case, there are no more interactive fields in the PDF and you can no longer get their value. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
