Re: [iText-questions] Place text in speacified x y coordinate

2011-05-23 Thread karthik B
please help in fixing this issue, Thanks & Regards Karthik B  --- On Thu, 19/5/11, 1T3XT BVBA wrote: > From: 1T3XT BVBA > Subject: Re: [iText-questions] Place text in speacified x y coordinate > To: itext-questions@lists.sourceforge.net > Date: Thursday, 19 May, 2011, 9:05 PM &

Re: [iText-questions] Place text in speacified x y coordinate

2011-05-19 Thread karthik B
& Regards Karthik B  --- On Thu, 19/5/11, 1T3XT BVBA wrote: > From: 1T3XT BVBA > Subject: Re: [iText-questions] Place text in speacified x y coordinate > To: itext-questions@lists.sourceforge.net > Date: Thursday, 19 May, 2011, 4:23 PM > Op 19/05/2011 12:44, karthik B >

Re: [iText-questions] Place text in speacified x y coordinate

2011-05-19 Thread karthik B
Hi Sorry, i didn't mean in that way. I was actually explaining the way i did. May be i interpreted wrongly. I will draw the rectangle and come back to you. Thanks & Regards Karthik B  --- On Thu, 19/5/11, 1T3XT BVBA wrote: > From: 1T3XT BVBA > Subject: Re: [iText-questions

Re: [iText-questions] Place text in speacified x y coordinate

2011-05-19 Thread karthik B
(0), arr(1)) pdfContentByte.ShowText("Sample Text") pdfContentByte.Stroke() pdfContentByte.EndText() When i do like this i get the text started at same x position but the y coordinate varies. Thanks & Regards Karthik B  --- On

Re: [iText-questions] Place text in speacified x y coordinate

2011-05-19 Thread karthik B
text") pdfContentByte.Stroke() pdfContentByte.EndText() Thanks & Regards Karthik B  --- On Thu, 19/5/11, 1T3XT BVBA wrote: > From: 1T3XT BVBA > Subject: Re: [iText-questions] Place text in speacified x y coordinate > To: itext-questions@lists.sourceforge.net > Date: Thursday,

[iText-questions] Place text in speacified x y coordinate

2011-05-19 Thread karthik B
in the calculated x y coordinate. But i am not getting the coorect output. I get the object placed at right x coordinate but not the y coordinate. Could anyone help me to place a text given by the indesign coordinates. Thanks & Regards Karth

Re: [iText-questions] iText for C# - A4 Landscape not working

2011-05-06 Thread karthik B
sharp as pdfContenByte.setTextMatrix(x- width/2,page_height - (y- height/2)) The text are having same x coordinate in both inesign and itextsharp created PDF but the y coordinate is varying. Could you please help me sort out this problem -- Regards, K