Prasad Maduranga wrote: > Hi, > > > Thank you for giving a great PDF generating library like iTextSharp. It > is really fantastic. But I have small issues with it.
I don't find any issues in your mail. > I want to place 15 texts in a pdf for given x,y coordinates.That mean 2 > texts can be overlapped to each other..I am using iTextSharp > Library.Please help me how to do this. Please read the book: http://itextpdf.com/book/ If you buy the second edition, you get the ebook of the first edition for free. > I saw iTextSharp is giving to place a text on PDF. My issue is how we > can give the exact location. I have the x,y coordinations. But how we > can do this with iTextSharp? In another way if we can add a style like > padding or margin , may be a solution for this. You're looking for the ColumnText object. > Is it possible to add an image as a background image? So text will be on > the image background. Of course it is. What have you tried so far? > another way if we can use a html string as it is to convert to PDF , > that will be also a solution. Of course, please read the book. > I appreciate if you can help me to fix them. There's nothing to fix, everything you want works as expected in iText. It's sufficient to read the documentation. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
