hi, i recently wrote in another post looking for help regarding printing
text(notes) at the buttom of the page, notes that are in reletion with some
of the 

table rows printed as the main content of the page.
i did it setting one of the row's cell Chunk content as genericTag, passing
to it the note to be printed at the buttom of the page.
In the onGenericTag method I loaded a list of all the notes to be printed
with ColumnText in the onEndPage method. 

This works gratefully as soon as the notes are short enough to fit in the
space designed for them. if one page more is required by the notes then one
page 

more is generated(doc.newpage()) conteinig the rest of the notes but above
them the content is blank.
I firt solved this reprinting the content of the page where the notes
started so that the extra-page was not containig only the remainig notes but
data in 

reletion with them too, even if repeted. I did this adding the main table to
another ColumText instead of adding it to the document...
the result is fine(for me) but could not be an acceptable solution.

if the notes requires one page more I would be asked for the table row which
has the too loong note to go to next page too with its note, interrupting
the 

table rows strem for that page and meke it continue in the next page where
the rest of the notes are.
So, is this possible to achieve? maybe i did not teke the right path.

knowing for instance, before the ct.go() call for the ColumnText where the
the main table is, how many generic tag will be retrived in one page, and
lenght 

of the text setted in them, I cuold set a SimpleColumn for the ColumnText
where the the main table is with a suitable dimension.....but....I admit,
I'm realy 

confused.

thanks in advance, expecially to 1T3XT BVBA that helped me in the first
part. you are the welcomed here!
-- 
View this message in context: 
http://itext-general.2136553.n4.nabble.com/printing-notes-tp3172791p3172791.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

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