Re: [iText-questions] absolute position of paragraphs when converting HTML to PDF

2008-07-23 Thread 1T3XT info
rajeshkatkam wrote: > thank for your response. I need to give 3 different positions for 3 > paragraphs. Is it possible with the setsimplecolumn method? Have you looked at the parameters of setSimpleColumn? Or is this a trick question? -- This answer is provided by 1T3XT BVBA --

Re: [iText-questions] absolute position of paragraphs when converting HTML to PDF

2008-07-23 Thread rajeshkatkam
1T3XT info wrote: > > 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 >>

Re: [iText-questions] absolute position of paragraphs when converting HTML to PDF

2008-07-23 Thread 1T3XT info
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

[iText-questions] absolute position of paragraphs when converting HTML to PDF

2008-07-23 Thread rajeshkatkam
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 Di