views:

540

answers:

2

Using the iText PDF library, is it possible to freely (like "position: absolute" in CSS) insert overlay text or other elements on page, so that it gets rendered on top of all existing elements?

Thanks for all the help and tips in advance.

+3  A: 

Check out PDFStamper. It might be exactly what you're looking for.

Here's the tutorial. http://itextdocs.lowagie.com/tutorial/general/copystamp/#pdfstamper

Suvesh Pratapa
Thanks, will dig into that!
miek