Hi,
I have developed a web application in
java.
i have some records which i display it on a dynamically created pdf using an object of pdfwriter.
i display all the records in a table.
The pdf document has a header and a footer in it
after the header the table consisting of all the data starts until all the data is finished.
now
i have to insert an image on every page of the pdf at top position maybe in the header if possible!!
i've tried it but it gets inserted only in the first page and the last page that implies that the image is inserted before the table creation and after the table ends...
please guys if anyone knows the solution help me out...
the Code:---