Hi,

I've done something similar in PDF creation in PHP with monthly invoicing. I
have a variable holding a value that steps up by number of points in a line
for each row (based on the starting point). When it reaches my predetermined
limit, a new page routine kicks in and the variable starts counting from a
new starting point for the new page.

I'm sure there is a way to do something like this in Java.

George (not a Java programmer)

>| -----Original Message-----
>| From: Paulo Soares [mailto:psoa...@glintt.com]
>| Sent: 7 May 2009 10:46 am
>| To: Post all your questions about iText here
>| Subject: Re: [iText-questions] (no subject)
>|
>|
>| There's no automated way to do it. You'll have to do a page at a
>| time and take care of the table length.
>|
>| Paulo
>|
>| > -----Original Message-----
>| > From: Lanz Yannick [mailto:yl...@aubep.ch]
>| > Sent: Thursday, May 07, 2009 8:35 AM
>| > To: itext-questions@lists.sourceforge.net
>| > Subject: [iText-questions] (no subject)
>| >
>| > Hello,
>| >
>| > I want to create a table of article with the price in the last column.
>| > If the table overflow the page, how to calcul and insert an
>| > intermediate row with the sum ? Have you idea ?
>| > I have try with the onEndPage event but I don't know how to
>| > get the position and the situation of the table at this
>| > moment.
>| >
>| > Finally, excuse my for my bad english :-s
>|
>|
>| Aviso Legal: Esta mensagem i destinada exclusivamente ao
>| destinatario. Pode conter informagco confidencial ou legalmente
>| protegida. A incorrecta transmissco desta mensagem nco significa
>| a perca de confidencialidade. Se esta mensagem for recebida por
>| engano, por favor envie-a de volta para o remetente e apague-a
>| do seu sistema de imediato. I proibido a qualquer pessoa que nco
>| o destinatario de usar, revelar ou distribuir qualquer parte
>| desta mensagem.   Disclaimer: This message is destined
>| exclusively to the intended receiver. It may contain
>| confidential or legally protected information. The incorrect
>| transmission of this message does not mean the loss of its
>| confidentiality. If this message is received by mistake, please
>| send it back to the sender and delete it from your system
>| immediately. It is forbidden to any person who is not the
>| intended receiver to use, distribute or copy any part of this message.
>|
>|


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
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