Hello, I have to analyse existing PDF Forms and get information on their Form fields like maxlength of a text field or the default value of a field and so on.
I had a look at the API Doc and found out, that I can get such information via AcroFields.Item.widgets and the returned PdfDictionary objects. But this way is not very handy, because there are no methods to get an object representation of the fields like PdfTextField, PdfRadioButton or something like this. So I have to access the properties like PdfDictionary#get(PdfName.DV) instead of PdfTextField#getDefaultValue(). Are there any classes which support something like PdfTextField#getDefaultValue(), ... or has anybody else implemented this? Thanks Jochen ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
