Quoting Michael Ramirez <[EMAIL PROTECTED]>:

> I am using iText with Coldfusion MX to generate PDFs and it works great. But
> I have a question. I generated a report using the PDFPTable. Their is a colum
> called price. How can I sum the price colum on a per page basis using only
> one table? I want each page to have a total sum for the table on that page
> and at the end of the report I will have the grande total. 

That is something you will have to program yourself by
keeping the sums in a variable, checking when the table
fits the page and adding a row with the sums yourself.

iText isn't a spreadsheet program, it doesn't provide
this kind of functionality.

Bruno


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to