Hello, I have an application that fills in the fields of a pdf. I am using stamp.setFormFlattening(true) so that my fields will not show up with ListFields.java. I need to know whether there is way to flatten individual fields after filling them. I.e I need to show only fields which has values and do not list fields which are empty as the result of ListFields.java. Is there a way I can do that? I tried form.removeField(fieldName), but it removes the field value from the resulting pdf which I do not want. I want the value to be the pdf but do not want to list it with ListFields.java.
Thanks Krishna __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
