There are samples to create pdf forms, look around for PdfAcroForm. The information can be sent as an FDF (only way with Acrobat Reader). Parsing an FDF is not realy difficult and you can use the classes PRTokeniser and PdfReader to aid you.
Best Regards, Paulo Soares ----- Original Message ----- From: "Friedhelm Matten" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 15, 2002 8:10 Subject: [iText-questions] forms and buttons > Hi, > > I work at a project to create dynamical form > layouts. > The forms have to create on demand and should be use > on a webserver with servlet engine. > When a client send the form back, a servlet should recive > the data and put it into a database. > > > Are there samples to create forms buttons and so on in iText, > or recive data and write the data in a other document? > > > > > Thanks and kind regard > Friedhelm Matten > > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions > ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
