Re: [iText-questions] line spacing not working

2012-07-29 Thread info
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

[iText-questions] line spacing not working

2012-07-29 Thread navin_162
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

Re: [iText-questions] Line spacing

2012-04-02 Thread Stefanescu Gabi
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

Re: [iText-questions] Line spacing

2012-04-02 Thread Stefanescu Gabi
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

Re: [iText-questions] Line spacing

2012-04-02 Thread Alexis Pigeon
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

[iText-questions] Line spacing

2012-04-02 Thread 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: private byte[] RanderHTMLtoPDF(string html) { byte[] doc = null;iTextS

[iText-questions] Line spacing changes on repeater page

2010-10-12 Thread kaladoti
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

Re: [iText-questions] Line Spacing in RTF

2007-06-27 Thread Mark Hall
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

[iText-questions] Line Spacing in RTF

2007-06-25 Thread Edward Smith
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

Re: [iText-questions] Line spacing in IText

2007-02-09 Thread porcupine
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

Re: [iText-questions] Line spacing in IText

2007-02-09 Thread Mark Hall
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

Re: [iText-questions] Line spacing in IText

2007-02-09 Thread Paulo Soares
- 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

[iText-questions] Line spacing in IText

2007-02-09 Thread magesh rathnam
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

Re: [iText-questions] Line Spacing

2005-08-07 Thread bruno
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

[iText-questions] Line Spacing

2005-08-07 Thread Nandu
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

Re: [iText-questions] line spacing in paragraph

2005-06-09 Thread Renaud MICHEL
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

Re: [iText-questions] line spacing in paragraph

2005-06-09 Thread Bruno Lowagie
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

[iText-questions] line spacing in paragraph

2005-06-09 Thread Ilja Livenson
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

Re: [iText-questions] Line spacing iText 1.1

2004-12-16 Thread Bruno Lowagie
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

Re: [iText-questions] Line spacing iText 1.1

2004-12-16 Thread Steve Appling
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

Re: [iText-questions] Line Spacing in text files

2004-12-16 Thread Paulo Soares
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

Re: [iText-questions] Line Spacing in text files

2004-12-16 Thread Steve Appling
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

[iText-questions] Line Spacing in text files

2004-12-16 Thread Scott Tyriver
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

[iText-questions] Line spacing iText 1.1

2004-12-14 Thread Andrea Schwob
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

[iText-questions] Line spacing in a Cell

2004-04-23 Thread Penmatcha, Raju V.
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 ---

[iText-questions] Line spacing within one paragraph

2004-03-18 Thread Annie Yang
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 --

Re: [iText-questions] Line spacing

2004-03-09 Thread Bruno
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

[iText-questions] Line spacing

2004-03-09 Thread Ben Rometsch
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

Re: [iText-questions] line spacing

2002-11-06 Thread Paulo Soares
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

Re: [iText-questions] line spacing

2002-11-06 Thread Matt Benson
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

[iText-questions] line spacing

2002-11-06 Thread lihui
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