Re: [iText-questions] Cell data not displayed in nested table

2007-01-19 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > Here is the class: > > http://www.datavirtue.com/Software/dev/PDFLabels.java I downloaded your code, made some small corrections in order to understand it, and executed it. The words "TEST TEXT" are added to the PDF, but OUTSIDE the visible area of the page. I have no i

Re: [iText-questions] Cell data not displayed in nested table

2007-01-19 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > Here is the class: > > http://www.datavirtue.com/Software/dev/PDFLabels.java I have looked at the code, and I can see that TEST TEXT is added to the PDF, but for one reason or another, the text is added OUTSIDE the visible area of the page. I tried debugging, but your c

Re: [iText-questions] Cell data not displayed in nested table

2007-01-18 Thread seanka
Here is the class: http://www.datavirtue.com/Software/dev/PDFLabels.java Here is a method to use it; public static void main(String[] args) { PDFLabels pl = new PDFLabels (1.0f, 2.6f, .16f, .50f, .17f,"c:\\labels.pdf"); //5160 || 8160 //PDFLabels pl = new PDFLabels (1.33f, 4.0f,

Re: [iText-questions] Cell data not displayed in nested table

2007-01-18 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > When I use this method (below) none of the data is displayed in the master > (root) table. I don't understand the code sample. What is it supposed to do? Can you make a standalone (complete) example I can run on my own machine? br, Bruno

[iText-questions] Cell data not displayed in nested table

2007-01-18 Thread seanka
When I use this method (below) none of the data is displayed in the master (root) table. I can see the cells have been added but there is no data. //below this is the method to place everything in the table. public void appendPostnet (String label, String post){ post = removeHyphen(pos