Re: [iText-questions] How is the baseline for a columnText determined ?

2009-09-10 Thread Adam Mork
7. Re: Annotations in layers (Tony Stevens) -- Message: 1 Date: Fri, 4 Sep 2009 18:17:38 -0600 From: Adam Mork Subject: [iText-questions] How is the baseline for a columnText determined ? To: "itext-questions@lists.sourcefo

Re: [iText-questions] How is the baseline for a columnText determined ?

2009-09-07 Thread Klas Lindbäck
/browse/?page=example&id=185 /Klas Ämne: [iText-questions] How is the baseline for a columnText determined ? Från: Adam Mork Datum: Fri, 4 Sep 2009 18:17:38 -0600

Re: [iText-questions] How is the baseline for a columnText determined ?

2009-09-04 Thread 1T3XT info
Adam Mork wrote: > For example does the lly value represent the baseline for text? No, ColumnText starts writing at the top. > Also how does the height of the column affect the output. Either the content fits the height (and everything is sent to the output), or not (in which case, some content

[iText-questions] How is the baseline for a columnText determined ?

2009-09-04 Thread Adam Mork
I am re-writing a pdf output component for a software program that needs to accurately match common office document formats. I decided to use ColumnText to write out lines of text. I create a new column text for each line of text that I output. For the most part my x-values are spot on, but my y