One other option - use a PDF Package (aka Collection) to store the forms rather 
than a page-based merge.

-----Original Message-----
From: 1T3XT info [mailto:i...@1t3xt.info] 
Sent: Sunday, April 25, 2010 4:23 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] merging pdf forms

King Goldman wrote:
> Hi,
> I created a fillable PDF Form and i am successfully able to fill the 
> form using itext.
> Now, i am trying to fill the same form for say over 10 people, i am 
> trying to have all
> the filled forms in one PDF document.
> Can you suggest me a solution on how do i get to do this?
> 
> Here is what my pdf form looks like:
> Name:
> Phone:
> Address
> Email:
> Comments
> and i have 10 or more people to fill the forms. And all the forms have
> to be on seperate pages one after the other , but the same document
> to make the printing job and distribution easy.

This has been answered a couple of times in the last months.
There are plenty of examples in the second edition of iText in Action.

The answer to your question depends on the desired result:
- do you need the result to be a form?
   in that case, you need to RENAME the fields,
   because you can't have two fields with the same name,
   and a different content in the same form.
- is it OK for the form to be flat?
   in that case, you should flatten each separate form
   before concatenating the pages with PdfSmartCopy.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

------------------------------------------------------------------------------
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to