This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
My requirement is to put a background image in a text file. Does iText support it?
A.B
Bruno Lowagie
author
Ranch Hand
Joined: Oct 23, 2006
Posts: 88
posted
0
Originally posted by Awais Bajwa: My requirement is to put a background image in a text file. Does iText support it?
If you are talking about a PDF document that is created by iText: use a page event to add the background (see chapter 14). If you are talking about adding a background image to an already existing PDF document, that's easy: use PdfStamper (chapter 2)
Awais Bajwa
Ranch Hand
Joined: Jan 16, 2001
Posts: 190
posted
0
Thanks ...it sounds like this book is really helpful.