Op 18/07/2012 12:28, Andreas Sachs schreef:
> 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.

Of course that's possible. That's explained in the book, isn't it?
You can create the separate cards in memory.
Use the bytes of those cards to create a PdfReader.
Create a PdfImportedPage with the getImportedPage() method.
Now you have a choice:
- PdfImportedPage extends PdfTemplate, so you can add the card using 
addTemplate,
- You can wrap a PdfImportedPage object in an Image object, and add the 
Images (for instance in a PdfPTable).

------------------------------------------------------------------------------
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