On Sun, 29 Jul 2012 04:47:17 -0700 (PDT), navin_162
wrote:
> Hi All,
>
> I have a document which contains a table, wit cell containing data. The
> data
> can also contain arabic text.
>
> We are using the below the below code:
> cell = new PdfPCell(new Paragraph(rs1.getString
Hi All,
I have a document which contains a table, wit cell containing data. The data
can also contain arabic text.
We are using the below the below code:
cell = new PdfPCell(new Paragraph(rs1.getString(6),
font));
cell.setColspan(3);
cel
ok, thanks a lot for your reply. Gabriel
From: pigeon.ale...@gmail.com
Date: Mon, 2 Apr 2012 15:37:45 +0200
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Line spacing
Hi Gabriel,
2012/4/2 Stefanescu Gabi
Hi,
yes, I know it has beed discontinued in favor of
Hi,yes, I know it has beed discontinued in favor of XML Worker. I had a problem
before with the tag I think, and I got the same answer, but I couldn't
change it with XML Worker. I tried to use xml worker instead, couldn't. The guy
who wrote this before left and I had to take over. I didn't
Hi Gabriel,
2012/4/2 Stefanescu Gabi
> Hello,
>
> Could you please give me a little help for my problem? I am using the
> FreeTextBox to create a html text that later I want to export to pdf. I am
> using iText# and the HTMLWorker. This is my code:
>
HTMLWorker has been discontinued in favor o
Hello, Could you please give me a little help for my problem? I am using the
FreeTextBox to create a html text that later I want to export to pdf. I am
using iText# and the HTMLWorker. This is my code: private byte[]
RanderHTMLtoPDF(string html)
{
byte[] doc = null;iTextS
I am experiencing a problem whereby the line spacing seems to be
automagically changing when the content overflows to a new page. Here's the
code I've been using:
ByteArrayOutputStream ba = new ByteArrayOutputStream();
Document document = new Document();
PdfWriter w
On Tuesday 26 June 2007, Edward Smith wrote:
> Paragraph.setLeading(1.5f);
>
> But I don't get any line spacing. I don't see what effect this does at all?
That is because the setLeading method expects a fixed leading. Try it with
setLeading(18) for some nicer results.
Greetings,
Mark
--
FORTUNE
Hello,
I'm trying make a part of my RTF document 1.5 line spacing. I'm currently
trying to set the Leading to 1.5f eg
new Paragraph(1.5f, "Text")
I've also tried
Paragraph.setLeading(1.5f);
But I don't get any line spacing. I don't see what effect this does at all?
Any help most welcome!
Than
leading (line spacing) comes in two forms, Fixed and Multiplied. Multiplied
basically means, the larger the font, the larger the leading. Fixed means
the same leading for any font size.
Usually (eg MS Word) Multiplied leading is 1.2f and fixed leading would be
0f, that would be eg (C#):-
paragr
On 09.02.2007, at 22:22, magesh rathnam wrote:
> How can line spacing be set in Itext? In MSWord, we have an
> option of setting 1.5 line spacing which will space the 2 lines 1.5
> lines instead of the normal 1 line. I'm looking for something
> similar. I was going through the manuals and
- Original Message -
From: "magesh rathnam" <[EMAIL PROTECTED]>
To:
Sent: Friday, February 09, 2007 10:22 PM
Subject: [iText-questions] Line spacing in IText
> Hi,
>
> How can line spacing be set in Itext? In MSWord, we have an option of
> setting 1.5 l
Hi,
How can line spacing be set in Itext? In MSWord, we have an option of
setting 1.5 line spacing which will space the 2 lines 1.5 lines instead of
the normal 1 line. I'm looking for something similar. I was going through
the manuals and it suggested using 'setLeading' command but that does als
Nandu wrote:
Hi,
How do I control the space between two lines in a PDF document ?
look for the setLeading() method.
br,
Bruno
---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA
Hi,
How do I control the space between two lines in a PDF document ? I want to
reduce the space so that more text (more number of lines) fit into a given page
in the PDF document.
Thanks,
Nandu
---
SF.Net email is Sponsored by the Better Soft
Le jeudi 9 Juin 2005 16:02, Ilja Livenson a écrit :
> have been trying to find the apropriate method for 10 minutes but in
> vain. Perhaps it is known under another name? That is how one changes
> the line spacing in a text?
It is the leading.
--
Renaud MICHEL
Programmeur
IMmedia S.A.
Parc Creal
Ilja Livenson wrote:
Hello,
have been trying to find the apropriate method for 10 minutes but in
vain. Perhaps it is known under another name? That is how one changes
the line spacing in a text?
setLeading
br,
Bruno
---
This SF.Net emai
Hello,
have been trying to find the apropriate method for 10 minutes but in
vain. Perhaps it is known under another name? That is how one changes
the line spacing in a text?
Thanks,
Ilja
---
This SF.Net email is sponsored by: NEC IT Guy Ga
Andrea Schwob wrote:
Hi
I've created a PDF with iText-1.02b, and it looked as I wanted. Now I
updated my Library to iText-1.1 and the line spacing is much bigger as
before (see attachments). I used iText-Tables to create this PDF, is
there any change in the iText-Table that could be responsable
strating the
problem.
Good Luck.
- Original Message -
From: "Andrea Schwob" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 13, 2004 2:38 AM
Subject: [iText-questions] Line spacing iText 1.1
> Hi
> I've created a PDF with iText-1.02b, a
myParagraph.setLeading(10);
- Original Message -
From: "Scott Tyriver" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 16, 2004 9:26 PM
Subject: [iText-questions] Line Spacing in text files
> We are using iText 1.1.
>
> When we conve
default is
1.5 * font size.
Good luck!
- Original Message -
From: "Scott Tyriver" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 16, 2004 4:26 PM
Subject: [iText-questions] Line Spacing in text files
> We are using iText 1.1.
>
> Whe
We are using iText 1.1.
When we convert text documents to pdf we are seeing in
the converted pdf slightly larger line spacing than in
the original document. Here is an example of a
original and converted document and the code snippet
we are using to perform the conversion. Is there any
way to tigh
Hi
I've created a PDF with iText-1.02b, and it looked as I wanted. Now I updated my Library to iText-1.1 and the line spacing is much bigger as before (see attachments). I used iText-Tables to create this PDF, is there any change in the iText-Table that could be responsable for this?
Thanks fo
Hi,
I am using iText's xml interface.
When text in a table cell wraps over, the line spacing between the two lines
in my cell is too high.
How can I reduce this line spacing when automatic wrapping occurs in a cell?
Can this be specified in the xml?
Thanks
Raju
---
Hi,
In the PDF file I created by using iText, the line spacing in a paragraph
looks like 'double spacing' no matter what type of font used.
Is there a way to adjust the line spacing within a paragraph?
Thanks a lot in advance!
Cheers,
Annie
--
Quoting Ben Rometsch <[EMAIL PROTECTED]>:
> Hi There,
>
> Is it possible to change the spacing between two paragraphs or after a
> line break?
That spacing is called 'leading' and it can be changed with setLeading(int);
br,
Bruno
---
This SF
Hi There,
Is it possible to change the spacing between two paragraphs or after a
line break?
For example, if my code reads:
Cell fundName = new Cell();
fundName.setBorderWidth(0);
Font font = new Font(verdana, 14);
Phrase phrase = new
It's called leading.
Best Regards,
Paulo Soares
--- lihui <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> How do I set the line space inside a paragraph?
> Don't see that attribute.
>
> Lihui Zhao
>
>
>
---
> This sf.net email is sponsored by: See
You are probably looking for Paragraph.setLeading().
-Matt
--- lihui <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> How do I set the line space inside a paragraph?
> Don't see that attribute.
>
> Lihui Zhao
>
>
>
---
> This sf.net email is sponsor
Hi all,
How do I set the line space inside a paragraph? Don't see that attribute.
Lihui Zhao
---
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redi
31 matches
Mail list logo