Re: [iText-questions] Row height in parsed html snippets

2010-04-16 Thread 1T3XT info
Joke Pol wrote: > Hello > > I’m using html template snippets to generate a pdf document. I managed > to controll the width of cells with colspans. But I did not find a style > or attribute to reduce the default height of the cells. Better support for HTMLWorker is on my TODO list, but I won't b

[iText-questions] Row height in parsed html snippets

2010-04-16 Thread Joke Pol
Hello I'm using html template snippets to generate a pdf document. I managed to controll the width of cells with colspans. But I did not find a style or attribute to reduce the default height of the cells. Here a stripped example of my code. It produces a simple table: a b X Y I want les