Re: [iText-questions] iText Problem

2013-06-11 Thread iText Info
Op 11/06/2013 8:59, Gajanand Shendge schreef: com.lowagie.text.exceptions.IllegalPdfSyntaxException: Unbalanced save/restore state operators Was your post an answer or a question? It's not clear. Also: you're using a version of iText that is 4 years old (and thus no longer supported). Please

Re: [iText-questions] iText : problem with footers

2009-07-06 Thread Alexis Pigeon
Hi tharas, 2009/7/6 ...tharas > > > Hello all, > > I am using itext-1.3.1.jar for generating PDF reports. I have a problem > while trying to display footers. > [...] Some comments : - iText 1.3.1 is more than 4 years old, you should NOT expect any support for such an old version. At least no fr

Re: [iText-questions] iText : problem with footers

2009-07-06 Thread Paulo Soares
itext-1.3.1.jar is too old to be supported unless you have a maintenance contract. Nevertheless, why are you using RTF classes if the objective is to produce PDF? Paulo > -Original Message- > From: ...tharas [mailto:thar...@gmail.com] > Sent: Monday, July 06, 2009 1:06 PM > To: itext-

Re: [iText-questions] iText - Problem in filling Ukrainian text in textfields

2008-02-27 Thread Paulo Soares
Already asked and already answered. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of abhishek agarwal > Sent: Wednesday, February 27, 2008 8:53 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iText - Problem in

Re: [iText-questions] iText - Problem in filling Ukrainian text in textfields

2008-02-25 Thread Paulo Soares
It would be helpful to see your PDF. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of abhishek agarwal > Sent: Monday, February 25, 2008 6:25 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iText - Problem in fi

Re: [iText-questions] iText Problem

2008-01-07 Thread mister bean
It's hard to know what to recommend without knowing what your content is. If your content is text, then increase the margins on the page until there is no overlap. If it's an image, scale the image, using the scaleToFit methods as described in the book. ---Mister Bean hoss * wrote: > > Dear S

Re: [iText-questions] IText problem with images

2007-07-19 Thread geronimo ferreira
Thanks for the response but i found that the problem is the location of the image. For some reason is not reading the image when i put the image inside the workspace(where i have all the source code), but it reads it if i put it outside of the workspace.. sincerely geronimo. Paulo Soares <[EM

Re: [iText-questions] IText problem with images

2007-07-19 Thread Paulo Soares
It's probably throwing an exception that you are ignoring. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, July 19, 2007 4:12 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] I

Re: [iText-questions] [iText] Problem in adding text watermark on a PDF

2006-11-27 Thread Bruno Lowagie
Patrick Kaegi wrote: > the problem only exists if we use our special font. I haven't seen that kind of behavior before. > should I send you also the font files? Frutiger is not a free font. Please don't send it. I think I have it somewhere at work. I'll do my test with it tomorrow. br, Bruno --

Re: [iText-questions] [iText] Problem in adding text watermark on a PDF

2006-11-27 Thread Patrick Kaegi
yes! you're right. the problem only exists if we use our special font. we do it like this: String normalFontName = "Frutiger-Cn"; String normalFontFile = "externals/fonts/Ftc_.ttf"; String boldFontName = "Frutiger-BlackCn"; String boldFontFile = "externals/fonts/Ftblc_

RE: RE: RE: [iText-questions] iText problem with Linux(non-gui)

2005-02-21 Thread Paulo Soares
That's probably a corruption in your jdk or you need to compile iText with 1.3. > -Original Message- > From: arse alam [mailto:[EMAIL PROTECTED] > Sent: Monday, February 21, 2005 12:10 PM > To: Paulo Soares > Subject: Re: RE: RE: [iText-questions] iText problem w

RE: [iText-questions] iText problem with Linux(non-gui)

2005-02-19 Thread Paulo Soares
What's the full stack trace? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of arse alam > Sent: Saturday, February 19, 2005 12:39 PM > To: itext-questions@lists.sourceforge.net > Cc: [EMAIL PROTECTED] > Subject: [iText-questions] iText problem wi

RE: [iText-questions] iText problem

2004-07-08 Thread Paulo Soares
You are using an old servlet version. That method was introduced in J2EE 1.3. You can get the same info with getParameterNames() and getParameterValues().   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincenzo De FilippisSent: Thu

RE: [iText-questions] Itext problem

2003-03-14 Thread Paulo Soares
Are you sure you need to do it? There's a Unicode range that has full width forms including roman characters. It starts at \uff00. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [SMTP:[EMAIL PROTECTED] > Sent: Friday, March 14, 2003 6:57 > To: '[EMAIL PROTEC