Stephan Trautmann wrote:
> Alright, maybe I should firstly introduce you to what I am about to do:
> I got an existing pdf document having 3 form fields.
> The task is to firstly fill these fields and add a large ( 660 rows) 
> pdfptable starting at the first page to that document.
> So far i managed to fill these fields by reading the existing pdfDocument, 
> stamping the fields and adding the pdfptable
> to a columntext object to the first page.
...
>  but as soon as the second page is filled there are two remarkable problems:
> 
> 1. the content, which has already been written to first page is suddenly lost
> 2. the content which is written to the second page starts at the first row of 
> the
> table again although i thought that collumntext.go() erased the content from 
> the object after rendering it.

I finally found some time to look at your problem;
and... I didn't see any problem.

I made this example that fields a text field on page 1;
and that adds a ColumnText objects that doesn't fit on
the first page: http://1t3xt.be/?X0007f2
As explained previously, insertPage is used to add a
new page to which the remaining content of the column
is added.

Please adapt the example till to your specific requirements.
If it still shows errors, post the adapted example.

br,
Bruno

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
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