Much of what people think as "standard-functionality" in Word has a lot or work behind the scenes. I mention Word because it's frequent to expect the same level of functionality from iText. In the first pass you generate the pdf to memory or to a disposable file collecting page info or whatever you need. In the second pass you do it all over again, but for real, with the info collected from the first pass.
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Daniel Bick > Sent: Wednesday, June 01, 2005 9:39 AM > To: [email protected] > Subject: [iText-questions] Re: Question about Pagenumber-Size > (Textsize) > > Paulo Soares <psoares <at> consiste.pt> writes: > > > > Do two passes. > > > Thanks for your answer. > > You mean reopen the file and edit it again? Well, ok this would be a > workaround - but not very elegant. Is my Problem really not > solvable with "on- > board"-tricks? I thought this must be a standard-functionality? > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
