R.Anitha wrote: > It shud be 1 single page in PDF as below with each card placed in > a,b,c,d position.Is it posible?to divide PDF page into 4 sectors?or any > other way to perform this?
Put the content into a PdfContent object. You can reuse this PdfContent object (on different pages, or on the same page). You can make your life easier by wrapping the PdfContent inside an Image object. -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- 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/
