Grab the PDF reference and look up "Interactive features". Paulo
----- Original Message ----- From: "Jun Meng" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, November 01, 2006 6:07 PM Subject: Re: [iText-questions] Can two Text Fields have same name? > If those fields with same name are in different places in a PDF document, > what do you mean to "add the widgets as kids to that field"? Thanks, > > Jun > > On 11/1/06, Paulo Soares <[EMAIL PROTECTED]> wrote: >> >> Two or more fields can have the same name but care must be taken to >> create >> them. You'll have to create the field part and then add the widgets as >> kids >> to that field. >> >> Paulo >> >> ________________________________ >> >> De: [EMAIL PROTECTED] em nome de Jun Meng >> Enviada: qua 01-Nov-06 15:11 >> Para: [email protected] >> Assunto: [iText-questions] Can two Text Fields have same name? >> >> >> I am using iText library to generate PDF document. There are some data to >> be set in several places, such as application ID that should be shown on >> header/footer, etc. >> >> Is there a way to use same name for those Text Fields, so that I can >> Get/Set the field in one line code like below? >> >> fields.SetField("AppIDField", appID); >> > -------------------------------------------------------------------------------- > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 -------------------------------------------------------------------------------- > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
