sunil rajput wrote:

Simply , i want to keep the track of the page, at what location i m.
means , if i write one line then i should know that now i m at 'x' location and my page end position is at some 'y' location. i don't won't to use onPageEnd or onParagraphEnd Event which

This is wrong:

will be called automatically after every page end.

Events are triggered when they happen.
onPageEnd is called after every page end.
All the other events (except onDocumentClose) are called
BEFORE onPageEnd.
But maybe you're talking the wrong approach to iText.
Maybe you need ColumnText or absolute positioning.
Even if your problem is urgent, you will save time by
reading the tutorial and trying some examples first.
br,
Bruno

PS: please keep on the mailinglist, don't send mail to
personal addresses only.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to