Hello,
can you please follow the rules and subscribe to the list before asking a question?
Thank you in advance. Read http://lowagie.com/rule1 for more info.
Please also read http://lowagie.com/node/210

On 19/08/2011 9:19, Chinnasamy, Nanjundan (Technology Services India) wrote:

Hi,

We would like to know whether we can use the itext for generating the editable pdf forms (adobe pdf forms) and extract the form data from the pdf.

We are currently looking for utility which
1. Creates pdf forms (editable).


Yes, you can use iText to create forms built with AcroForm technology.
Please read chapter 8 of "iText in Action --- Second Edition" to find out how to do this.

2. Convert pdf form data to Java object.


I'm not sure what you mean by this.
In the book "iText in Action --- Second Edition", data is retrieved from a database, and stored in POJOs (Plain Old Java Objects). These POJOs are used to create PDF documents, and also to fill out PDF forms. You can easily use iText to extract data from a form and then put this data into a POJO. Does this answer your question? To me it's very trivial that this is possible, so maybe I didn't understand your question.

3. Load pdf form data with an existing Java object.

Again: this is explained in chapter 8 of the book "iText in Action --- Second Edition." If you don't have a copy of the book, please go to http://affiliate.manning.com/idevaffiliate.php?id=223_212 You can download chapter 6 for free. In this chapter, a form is created using Open Office (p179-181). On p181-183, you can find the code to inspect the form: how many fields are there? of which type?
On p183-186, you learn how to fill out the form using iText.
Don't forget to look at the examples on p190-191 if you're using a form as a template.

If you want to learn more about forms, you'll need chapter 8.
You can find links to online shops selling the book here: http://itextpdf.com/book/

If you have follow-up questions, please register on the mailing list.
We can't guarantee that your mail will make it to the list if you don't.
And if your mail doesn't make it to the list, you won't receive any answer.

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to