'Post all your questions about iText here'
Subject: Re: [iText-questions] problem with adding content to the last
page
Behavior is expected and makes sense, but not desirable in this case.
I am looking for a work-around. Thanks for the pointer to VerticalPositionMark.
I will try, but I
Anthony Oganesian wrote:
> Behavior is expected and makes sense, but not desirable in this case.
> I am looking for a work-around. Thanks for the pointer to
> VerticalPositionMark.
> I will try, but I don't expect it to succeed. By the time I start using
> VerticalPositionMark a call to newPage
iter(writer);
END CODE --
-Original Message-
From: 1T3XT info [mailto:i...@1t3xt.info]
Sent: Tuesday, November 24, 2009 09:25
To: Post all your questions about iText here
Subject: Re: [iText-questions] problem with adding content to the last page
Anthony Ogane
Anthony Oganesian wrote:
> Following is a sample illustrating my issue. Thank you very much for
> looking into this issue.
O... Now I understand what you mean.
That's expected behavior, isn't it?
Have you tried adding the content as a VerticalPositionMark?
If you don't know what a VerticalPosit
t3xt.info]
Sent: Tuesday, November 24, 2009 04:17
To: Post all your questions about iText here
Subject: Re: [iText-questions] problem with adding content to the last page
Anthony Oganesian wrote:
> It all works as described except for a very special case when the
> free-floating content fi
h.com]
Sent: 24 November 2009 10:48
To: iText-questions@lists.sourceforge.net
Subject: [iText-questions] problem with adding content to the last page
Hi,
I am running into a strange blocker issue with a very simple requirement and
would greatly appreciate any help from the community.
I ne
Anthony Oganesian wrote:
> It all works as described except for a very special case when the
> free-floating content fits PERFECTLY onto the last page. As far as I
> could understand the code, in this case iText is immediately creating
> the new page in anticipation of me adding more free-floati
Hi,
I am running into a strange blocker issue with a very simple requirement and
would greatly appreciate any help from the community.
I need to add various elements (text, images, SVGs, etc .) using absolute
positioning to the LAST PAGE of the pdf document that I am generating. As I am