rajeshkatkam wrote:
> 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?

Use setSimpleColumn to define the position of the ct object.
-- 
This answer is provided by 1T3XT BVBA

-------------------------------------------------------------------------
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

Reply via email to