Re: [iText-questions] Question about line height for paging

2003-05-30 Thread Matt Benson
s > > > - Original Message - > From: "Matt Benson" <[EMAIL PROTECTED]> > To: " Alex, Ian" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Thursday, May 29, 2003 19:13 > Subject: Re: [iText-questions] Question about line > height fo

Re: [iText-questions] Question about line height for paging

2003-05-30 Thread Paulo Soares
t;[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 19:13 Subject: Re: [iText-questions] Question about line height for paging > There is a FAQ entry on this that appears to advocate > putting the entire contents of the file into a String > and adding that to the document in a single

Re: [iText-questions] Question about line height for paging

2003-05-30 Thread Paulo Soares
IL PROTECTED]> Sent: Thursday, May 29, 2003 18:58 Subject: [iText-questions] Question about line height for paging > I am having a problem with writing a Unix-created document to PDF using > iText. Unix output files don't use any fonts and there is minimal > spacing > bet

RE: [iText-questions] Question about line height for paging

2003-05-30 Thread Alex, Ian
n; '[EMAIL PROTECTED]' Subject: Re: [iText-questions] Question about line height for paging There is a FAQ entry on this that appears to advocate putting the entire contents of the file into a String and adding that to the document in a single Paragraph. http://www.lowagi

Re: [iText-questions] Question about line height for paging

2003-05-30 Thread Matt Benson
There is a FAQ entry on this that appears to advocate putting the entire contents of the file into a String and adding that to the document in a single Paragraph. http://www.lowagie.com/iText/faq.html#preformattedtext -Matt --- " Alex, Ian" <[EMAIL PROTECTED]> wrote: > I am having a problem with

[iText-questions] Question about line height for paging

2003-05-30 Thread Alex, Ian
I am having a problem with writing a Unix-created document to PDF using iText. Unix output files don't use any fonts and there is minimal spacing between lines (using the lpr output). My algorithm was to read each line in from the original file and then write it to PDF landscape document with t