For the moment that's the way to go. Use merged instead of widgets or it won't work for the same field repeated.
Best Regards, Paulo Soares > -----Original Message----- > From: B�hringer Jochen [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2003 17:29 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Analyzing Acro Form > > 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 ------------------------------------------------------- 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
