I think its better if i'm going to study the definition and the examples of
PdfTemplate, maybe its the right thing i need.
Thank you for your time (and patience :) ) Bruno.

And sorry again for my bad english it doesn't give me the chance to let you
understand my question.

Bye,
Campa

2006/11/21, Bruno Lowagie (iText) <[EMAIL PROTECTED]>:

Campa wrote:

> The groups can be visible on all pages or only in the group start page.

This is an enigmatic sentence.
Even with the image, I still don't understand.

> My pdf example has only the Header, i use 2 ColumnText one for the
> "group" and one for the table of details.  But, with that strategy
> i'm not able to repeat the "group" in every page.

You realize you can use ColumnText only once.
Invoking go() consumes the content.
(No idea if that's what's happening in your code.)

> So i think to use the PdfPageEventHelper like i used for the page header
> and footer.

Probably. Put the "group" or whatever you call it in a PdfTemplate.
Add this template in a page event.

> Is it the right way or theres something else that i can try.

How I would do it? I would get rid of ColumnText.
I would use PdfPTable only, and define header and
footer rows (probably the stuff you call "groups").
Then add the PdfPTable using document.add()
But make sure I have defined the margins in a way
so that they don't overlap with the page header and
footer.

br,
Bruno

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to