-------------- Original message ---------------------- From: "Alexis Pigeon" <[EMAIL PROTECTED]> ><snip> > > But my requirement is to get multiple (redundant) copies of a single pdf > > content inside the same pdf .kindly guide me if any option available for the > > same in iText. > > Wouldn't it be simpler to loop 3 times around the code generating the > content, instead of bothering copying what has been generated? > > Cheers, > alexis > <snip> It would be equally simple to loop the desired number of times around the code that places the previously generated content in the desired positions. If you wrap the original PdfContent in an Image object, as 1T3XT BVBA suggested, you'll also end up with a much smaller PDF, as only one copy of the original PDF would be required, regardless of the number of times you place a copy of it on the page.
Cheers, Bill Segraves ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
