Re: [iText-questions] SetSimpleColumn Question

2006-08-10 Thread Paulo Soares
ot;Post all your questions about iText here" Sent: Thursday, August 10, 2006 8:28 PM Subject: Re: [iText-questions] SetSimpleColumn Question > If I change my code to > > float[] pos1 = new float[] { 205, 426, 400, 20 }; > float[] pos2 = new float[] { 205, 375, 400, 50 }; > float[

Re: [iText-questions] SetSimpleColumn Question

2006-08-10 Thread Abhishek Srivastava
If I change my code to   float[] pos1 = new float[] { 205, 426, 400, 20 }; float[] pos2 = new float[] { 205, 375, 400, 50 }; float[] pos3 = new float[] { 205, 354, 400, 20 };   then I get the result I want. But this is confusing because the api says that setSimpleColumn(llx, lly, urx, ury).  

[iText-questions] SetSimpleColumn Question

2006-08-10 Thread Abhishek Srivastava
I have written the following code BaseFont arial = BaseFont.CreateFont(@"C:\WINDOWS\FONTS\ARIAL.TTF" , BaseFont.CP1252, BaseFont.NOT_EMBEDDED); Font f = new Font(arial, 10f, Font .NORMAL);Document doc = new Document (PageSize.A4.Rotate());PdfWriter writer = PdfWriter .GetInstance(doc, new FileStre