Hello,
sorry to be unclear.

I have a small pdf form (size as a credit card). Several form fields (let's say 
name, forename). The form was created with acrobat.

I have a database with several records:
Name, Forename
A, A
B, B 
C, C
...

With iText, i want create a single pdf (size DIN A4) which should contain the 
filled out forms for all database records. The form should be flatten.

I already found a solution to create a new page for every record, but since the 
form is very small, i want to put multiple filled out forms on one page.


I don't want:
Page 1:
Flatten form with data from record 1

Page 2:
Flatten form with data from record 2

Page 3:
Flatten form with data from record 3

Page 4:
Flatten form with data from record 4

...

I want this:
Page 1:
Flatten form with data from record 1
Flatten form with data from record 2
Flatten form with data from record 3

Page 2:
Flatten form with data from record 4
Flatten form with data from record 5
Flatten form with data from record 6


It would be even better if such a layout would be possible:

Page 1:
R1  R2
R3  R4
R5  R6

Page2:
R7  R8
R9  R10
R11  R12
...


I have no problems filling and flatten the form. But i don't know how i can add 
several filled out forms on one page.

I hope it's more clear now.




Thanks
Andreas


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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