Re: [iText-questions] Multi-line Form Text Field.

2007-07-31 Thread Bruno Lowagie
Renato wrote: > Hi. > > I already read a lot of emails and don't find a > answer for my question. > > I've a PDF form with a big multi-line Text Field. > I want to reduce the space between the lines of that > filled Text Field. Something like the Paragraph's > method setLeading().

Re: [iText-questions] set the proper font size

2007-07-31 Thread Bruno Lowagie
dreamboy wrote: > is there a way to count the line of this field so that, I can fix the number > of lines to be displayed? > what is another approach? I want the font size to be fixed See the mailing list archives. Look for 'BINGO' in Subject: and for Paul Gatewood in From: Here's an URL to the s

Re: [iText-questions] IText servlet printing garbage

2007-07-31 Thread Bruno Lowagie
harsha ravindra wrote: > Hi, > > thanx for the reply... > > This happens when i try to print more than 5 pages... > some times the first couple of pages print perfectly and the rest > becomes garbage... > do i need to clear garbage in the code...??? This happens with some printers if you shut d

Re: [iText-questions] IText servlet printing garbage

2007-07-31 Thread harsha ravindra
Hi, thanx for the reply... This happens when i try to print more than 5 pages... some times the first couple of pages print perfectly and the rest becomes garbage... do i need to clear garbage in the code...??? thx harsha On 8/1/07, Bill Ensley <[EMAIL PROTECTED]> wrote: > > I'm afraid I don'

Re: [iText-questions] set the proper font size

2007-07-31 Thread dreamboy
is there a way to count the line of this field so that, I can fix the number of lines to be displayed? what is another approach? I want the font size to be fixed dreamboy wrote: > > Hi, > > In the last page of the attached form, the last part is "chopped-off". I > would like to use the Font si

Re: [iText-questions] IText servlet printing garbage

2007-07-31 Thread Bill Ensley
I'm afraid I don't quite understand... is your printer actually spitting out trash? -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of harsha ravindra Sent: Tuesday, July 31, 2007 10:00 PM To: itext-questions@lists.sourceforge.net Subject

[iText-questions] IText servlet printing garbage

2007-07-31 Thread harsha ravindra
Hi All, I'm using servlets to print automatically, and it prints garbage... Why is that and anybody can help on this would be great... thx -- Harsha - This SF.net email is sponsored by: Splunk Inc. Still grepping through lo

Re: [iText-questions] set the proper font size

2007-07-31 Thread dreamboy
I dont not like to use new Float(0) for adjustment like form.setFieldProperty(id,"textsize",newFloat(0),null). It is very small if I fit it. dreamboy wrote: > > Hi, > > In the last page of the attached form, the last part is "chopped-off". I > would like to use the Font size = 8. If the text

[iText-questions] set the proper font size

2007-07-31 Thread dreamboy
Hi, In the last page of the attached form, the last part is "chopped-off". I would like to use the Font size = 8. If the text exceeds the space provided, I will continue it in the next page which is the same as the last page of the form. Is there a way to continue the chopped-off part in the next

[iText-questions] Multi-line Form Text Field.

2007-07-31 Thread Renato
Hi. I already read a lot of emails and don't find a answer for my question. I've a PDF form with a big multi-line Text Field. I want to reduce the space between the lines of that filled Text Field. Something like the Paragraph's method setLeader(). Any idea? TIA,

[iText-questions] Cell Grouping To Keep Rows Together

2007-07-31 Thread mjessup
I am trying to create a table and prevent multiple rows from being broken across pages I.E. instead of having: the first table row the second table row PAGE BREAK the third table row I would like to see: the first table row PAGE BREAK the second table row the third table row ev

[iText-questions] example using BouncyCastle

2007-07-31 Thread Felipe Gaúcho
ok, my tests with keytool and Sun keystore worked fine with iText where is a BouncyCastle based example ?? - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search

[iText-questions] PDF Layers

2007-07-31 Thread KEldush Kathir
Hi everyone I would like to merge 2 PDFs, one with layers and the other has bookmarks. the combined PDF looses the layers. As I understand it; this is not supported in iText. is there a workaround/future plans to integrate layers. Thanks in advance. --

Re: [iText-questions] Anyone else notice the large decline in questions

2007-07-31 Thread Udo Rader
On Tue, 2007-07-31 at 08:46 -0600, David Thielen wrote: > I think the iText book has drastically reduced the volume of questions > here. /me thinks this is a M$ conspiracy trying to convert everybody to the evil EMF format (AKA codename "summer slump" ;-) -- Udo Rader bestsolution.at EDV Syst

Re: [iText-questions] Anyone else notice the large decline in questions

2007-07-31 Thread Paulo Soares
I suspect the holidays have more to do with it. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David Thielen > Sent: Tuesday, July 31, 2007 3:47 PM > To: itext > Subject: [iText-questions] Anyone else notice the large > decline in quest

[iText-questions] Anyone else notice the large decline in questions

2007-07-31 Thread David Thielen
I think the iText book has drastically reduced the volume of questions here. David Thielen www.windwardreports.com 303-499-2544 x1185 Cubicle Wars - http://www.windwardreports.com/film.htm - This SF.net emai

Re: [iText-questions] pdf versions

2007-07-31 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Rob Daykin > Sent: Tuesday, July 31, 2007 12:29 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] pdf versions > > > Having read the book, I used the following to set t

[iText-questions] pdf versions

2007-07-31 Thread Rob Daykin
Having read the book, I used the following to set the output PDF version with no success: writer = PdfWriter.getInstance(document,new FileOutputStream(getOutputFile())); writer.setPdfVersion(PdfWriter.PDF_VERSION_1_2); however after reading on, I tried the single character vers

Re: [iText-questions] ..class not found...

2007-07-31 Thread Bruno Lowagie (iText)
marco graf wrote: > - i put the jars (bouncy also...) in the lib ext dir and also in the path of > the dir where i work > but the compiler cannot find them; what happens? I'm not sure that putting the jars in some directory works in all cases. How are you compiling/running? Sometimes you have to

[iText-questions] ..class not found...

2007-07-31 Thread marco graf
Hello, just one thing: - i put the jars (bouncy also...) in the lib ext dir and also in the path of the dir where i work but the compiler cannot find them; what happens? ..with crypto and mailapi everythings fine.. - has someone else done it with Java 1.5 or is 1.4 a must? thank you mac

Re: [iText-questions] Help needed - asap

2007-07-31 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > My requirement is: > > Merge n number of pdf files to one new pdf file (everything > from the page sizes, fonts, spacing, potraits etc). My input pdfs are of > different sizes and shapes. You should use PdfCopy for this. NOT PdfWriter. The code you have se