Hello, I have three html(paragraph) strings which i have to display in PDF.I am using HTMLWorker to parse the text and i am using columntext to add elements to PDF. If Not objects Is Nothing Then For k As Integer = 0 To objects.Count - 1 Dim ele As IElement = objects(k) Dim p As Paragraph = ele p.SetLeading(0.0F, 1.1F) ct.AddElement(p) Next ct.Go() End If I need to display these three paragraphs in differents positions dynamically.How can i do this? -- View this message in context: http://www.nabble.com/absolute-position-of-paragraphs-when-converting-HTML-to-PDF-tp18607056p18607056.html Sent from the iText - General mailing list archive at Nabble.com.
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar