Re: [iText-questions] space between lines of a paragraph using HTML Worker

2011-11-24 Thread 1T3XT BVBA
On 23/11/2011 21:06, Jason Berk wrote: > When I use HTML Worker parseToElements to give me the paragraph and add > it to the document, the paragraph looks double spaced. Is there any way > to set the leading in the tag? Please note that using HTMLWorker will be deprecated in favor of XML Worker

[iText-questions] space between lines of a paragraph using HTML Worker

2011-11-23 Thread Jason Berk
I created an html file that has a large amount of text wrapped with tags which contains some simple markup...ie: , , When I use HTML Worker parseToElements to give me the paragraph and add it to the document, the paragraph looks double spaced. Is there any way to set the leading in the tag?

Re: [iText-questions] space between lines/rows

2006-11-10 Thread Mark Hall
On Friday 10 November 2006 20:29, Henry Lu wrote: > What I'd see is to reduce the space between rows in a table. What you are seeing is not space between the rows of the table, but the height of each table cell and this is influenced by the height of the contents. Use the setLeading method of the

Re: [iText-questions] space between lines/rows

2006-11-10 Thread Henry Lu
Here is my code: n = list.size(); t = new Table(4, n); t.setCellpadding(0.1F); t.setCellspacing(0.1F); //t.setSpacing(-2.0F); //t.setSpaceBetweenCells(-2.0F); //t.setSpaceInsideCell(-2.0F); //t.setDefau

Re: [iText-questions] space between lines/rows

2006-11-10 Thread Mark Hall
Ok. What space between which elements do you wish to reduce. Perhaps some example code of what you are doing and maybe an example of the incorrect document could be provided. Otherwise I'm just guessing. Greetings, Mark On Friday 10 November 2006 16:46, Henry Lu wrote: > I tried the followings

[iText-questions] space between lines/rows

2006-11-10 Thread Henry Lu
I tried the followings in the RTF t.setCellpadding(0.1F); t.setCellspacing(0.1F); And there is no difference at all. -Henry Mark Hall wrote: >On Friday 10 November 2006 15:20, Henry Lu wrote: > > >>In RTF, How do we set the space between rows of a table and lines of >

[iText-questions] space between lines/table rows

2006-11-09 Thread Henry Lu
In RTF, how do I specify the space between lines? The default one is too much. What I'd like to do is to reduce a little bit of space between lines and rows of tables. -Henry - Using Tomcat but need to do more? Need to supp

[iText-questions] Space between lines

2006-11-09 Thread Henry Lu
In RTF, how do I specify the space between lines? The default one is too much. What I'd like to do is to reduce a little bit of space between lines and rows of tables. -Henry - Using Tomcat but need to do more? Need to supp

[iText-questions] space between lines

2006-11-09 Thread Henry Lu
In RTF, how do I specify the space between lines? The default one is too much. What I'd like to do is to reduce a little bit of space between lines and rows of tables. -Henry - Using Tomcat but need to do more? Need to supp

RE: [iText-questions] space between lines in pdf documents

2003-09-24 Thread Paulo Soares
> -Original Message- > From: Mohamed Amine Azzi [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, September 24, 2003 12:01 > To: [EMAIL PROTECTED] > Subject: [iText-questions] space between lines in pdf documents > > Hello, > > > > I am currently usi

[iText-questions] space between lines in pdf documents

2003-09-24 Thread Mohamed Amine Azzi
Hello,   I am currently using your library to generate a pdf document. I found your library very easy to use and very powerful indeed. I could find a solution for everything (adding complex headers containing tables and images, but complex footers are not as accurate as headers).   What