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
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?
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
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
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
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
>
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
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
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
> -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
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
11 matches
Mail list logo