Re: [iText-questions] Form fields via ColumnText and getFieldPositions()

2010-01-27 Thread 1T3XT info
hansgeerdink wrote: > Sorry, that was a leftover from a test I did to find out where the data > went... :confused: Does changing the sign solve the problem? Or is there still another problem unrelated to the sign? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.i

Re: [iText-questions] Form fields via ColumnText and getFieldPositions()

2010-01-27 Thread hansgeerdink
Sorry, that was a leftover from a test I did to find out where the data went... :confused: 1T3XT info wrote: > > hansgeerdink wrote: >> ct.setSimpleColumn(position[1],-position[2],position[3],-position[4]); >> System.out.println(position[1]+"\t"+position[2]+"\t"+position[3]+"\t"+position[4]+"\t

Re: [iText-questions] Form fields via ColumnText and getFieldPositions()

2010-01-26 Thread 1T3XT info
hansgeerdink wrote: > ct.setSimpleColumn(position[1],-position[2],position[3],-position[4]); > System.out.println(position[1]+"\t"+position[2]+"\t"+position[3]+"\t"+position[4]+"\t"+veld); Why are you using a negative value for the y-coordinates? -- This answer is provided by 1T3XT BVBA http://ww

[iText-questions] Form fields via ColumnText and getFieldPositions()

2010-01-26 Thread hansgeerdink
Hi all, I am trying very hard to get text from a data base to be inserted into formfields. Somehow (I do not understand how to fix this) the text is not shown, however if I enlarge the fields of my template pdf I do see the text was written, but not where I would expect it to be written. Here i