How to identify end of page is reached in pdf file using itextsharp.
Posted
by
user219315
on Stack Overflow
See other posts from Stack Overflow
or by user219315
Published on 2010-12-27T11:33:06Z
Indexed on
2010/12/27
17:53 UTC
Read the original article
Hit count: 225
Hi I am using itextsharp to generate a pdf file.I am placing a backgound image on it and want that image on all the pages .But when the first page is completed the text move to next page automatically so the image is not appearing on the new page.
Is there a way to identify the end of page so that we can add a new page and then set the image first so will appear in background and then can add the remaining text.
All is i want a image in background on all the pages of pdf file.
© Stack Overflow or respective owner