On 11/30/2014 16:30 PM, Jatin Purba wrote: > Can i display image as rounded corner in PDF generated using iTextsharp ? > It will be like an circle image.
That is explained in chapter 10 of the official documentation. See http://itextpdf.com/examples/iia.php?id=191 for an example. See http://examples.itextpdf.com/results/part3/chapter10/clipping_path.pdf for the result. If you want a rectangle with rounded corners or a circle as clipping path, it's sufficient to replace the ellipse() method with another method available in PdfContentByte. ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php