Re: [iText-questions] Doesnt work with adobe 4.0

2007-05-09 Thread Mark Storer
I'm shocked. Suprized. Shaken to my core. Or not. Acrobat 4 is almost as old as dirt. We haven't supported it for years, and I suggest you do the same. I suspect that the ability to have a PDF silently print itself was added in Acrobat 5. --Mark Storer Senior Software Engineer Cardif

[iText-questions] iTextSharp - table split across pages inserts blank row

2007-05-09 Thread Lawrence Tsosie
Good day. I'm using iTextSharp to generate pdf files involving tables. I need to know how to surpress the insertion of a blank row at the bottom of a table when the table spans to the next page. At this point, the pdf file has a blank row at the bottom of each table when it extends to another p

Re: [iText-questions] ExceptionConverter:java.io.IOException:Thedocument has no pages.

2007-05-09 Thread Feld, David E
Yeah, I am talking to IBM about this. When I was doing the building of the itext jar, I had to get the following additional jars in order to get the successful build, do you guys know if those were built with JDK 1.4 version as well? bc.jar, bcmail-jdk14-135.jar, bcprov-jdk14-135.jar,crimson.jar,

[iText-questions] Doesnt work with adobe 4.0

2007-05-09 Thread Jaffrin Salam
Hi, I am using itest library for silenting printing. But It doesnt work with aobe 4.0. Any help please... Thanks - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2

Re: [iText-questions] Question on itext

2007-05-09 Thread Brian McKeever
On 5/9/07, PR, Rajesh (GE Infra, Energy) <[EMAIL PROTECTED]> wrote: > My requirement is that, i should be able to generate a pdf in both > English and Spanish. How do i do such stuff? What does this mean? A single PDF in two languages? Your first question should be "does the PDF format support t

Re: [iText-questions] Question on itext

2007-05-09 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of PR, Rajesh (GE Infra, Energy) > Sent: Wednesday, May 09, 2007 3:53 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Question on itext > > Hi, > > We are extensive

Re: [iText-questions] RTF Spacing in between tables

2007-05-09 Thread Stewart Meyers
Thanks Mark. -Original Message- From: Mark M. Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 10:47 AM To: 'Post all your questions about iText here' Cc: Stewart Meyers Subject: Re: [iText-questions] RTF Spacing in between tables On Wednesday 09 May 2007 14:58, you wrote: >

[iText-questions] Question on itext

2007-05-09 Thread PR, Rajesh (GE Infra, Energy)
Hi, We are extensively using itext in our projects. I want to know, if itext supports multilingual capability. My requirement is that, i should be able to generate a pdf in both English and Spanish. How do i do such stuff? If anyone can provide a sample implementation, that would be great.

Re: [iText-questions] RTF Spacing in between tables

2007-05-09 Thread Mark M. Hall
On Wednesday 09 May 2007 14:58, you wrote: > Thanks much Mark. Any plans on adding a property to the table, or > parameter to the document.Add function to select this behavior? Support for Table.setOffset is on the list of planned features. Due to my work load, I make no promises regarding any ti

Re: [iText-questions] RTF Spacing in between tables

2007-05-09 Thread Stewart Meyers
Thanks much Mark. Any plans on adding a property to the table, or parameter to the document.Add function to select this behavior? - Stew -Original Message- From: Mark Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 5:07 AM To: Post all your questions about iText here Cc: S

[iText-questions] Section numbering style

2007-05-09 Thread Vladislav Guskov
Hi, I'm running the following code: Paragraph testParagraph = new Paragraph("Chapter title\n"); Chapter testChapter = new Chapter(testParagraph,1); Section testSection = testChapter.addSection(new Paragraph("Subtitle")); iText generates the following data to PDF: 1. Chapter title 1.1. Sub

[iText-questions] Bug 1534739 - Cyclic GradientPaint

2007-05-09 Thread David Gilbert
Hello, While working on some JFreeChart demos, I noticed a bug with PdfGraphics2D when filling shapes with a cyclic GradientPaint (I use iText 2.0.2 currently). I found this has already been reported at SourceForge as bug 1534739. I created a small test app to reproduce the problem, which f

[iText-questions] itext with gcj (Eclipse GCJBiuilder plugin)

2007-05-09 Thread Sascha Fuchs
Hello all I need to compile an own written application using iText library with gcj (want to make an .exe). I use eclipse, GCJBuilder eclipse plugin 1.1.0, itext-1.4.7.jar, Plattform WinXP, MinGW-3.0.0.1, gcj 3.4.2, make 3.79.1, MSYS-1.0.8, libgcj-3.4.5.jar I've read the pdftk build notes,

Re: [iText-questions] RTF Spacing in between tables

2007-05-09 Thread Mark Hall
On Wednesday 09 May 2007, Stewart Meyers wrote: > I need to create large RTF documents, so am splitting the table every 100 > rows or so. The problem is that RtfWriter is adding a line each time the > table is added to the document. Is there any way to eliminate the lines > between tables? I tri

Re: [iText-questions] ExceptionConverter:java.io.IOException:Thedocument has no pages.

2007-05-09 Thread Paulo Soares
That's a JVM internal error. If the jar is of the same version and is not corrupt it's time to ask IBM what's going on. Paulo - Original Message - From: "Feld, David E" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Wednesday, May 09, 2007 6:22 AM Subject: Re

Re: [iText-questions] pointing at fields

2007-05-09 Thread Bruno Lowagie
Adriano Leite Rivero wrote: > I've seen an example of how to add javascript to a field, but it is > the classic "HelloWorld form" with just one field, and there the > author manages to access that field by a number, which is not a valid > option for me since I've checked that number points to a dif

Re: [iText-questions] IText and xml

2007-05-09 Thread Bruno Lowagie
david allen wrote: > Does anyone know if a class like this already exists? Or even if it is a > good idea? For Graphics, you could use SVG. In the book (chapters 10 and 11) I start writing my own SVG parser. Then in chapter 12 I say "silly me!"; why not use Batik to parse the SVG and let iText tak

[iText-questions] pointing at fields

2007-05-09 Thread Adriano Leite Rivero
Hello to everybody! I've been using iText for half a year, but just to fill some fields in existing PDF files. Now I need to add some javascript to some of that fields, but I thing it is going to be a more complicated issue. Until now, I simply had to write: form.setField(fieldName, value); I've

[iText-questions] IText and xml

2007-05-09 Thread david allen
I have a web application that accepts input from users and then generates pdf files. For each pdf file that has a unique layout I am required to create a new class that will create the required layout. This means a new class for every new pdf file (with a different layout). I was thinking about

Re: [iText-questions] ExceptionConverter:java.io.IOException:Thedocument has no pages.

2007-05-09 Thread Feld, David E
So, I am finally able to see the full exception, you were right it was the VerifyError that is being thrown and it is a Throwable and an Exception therefore I wasn't catching it. So, here is the full stack trace that I am getting. Now, I rebuilt the jar on the same server that I am running this so

[iText-questions] RTF Spacing in between tables

2007-05-09 Thread Stewart Meyers
I need to create large RTF documents, so am splitting the table every 100 rows or so. The problem is that RtfWriter is adding a line each time the table is added to the document. Is there any way to eliminate the lines between tables? I tried setting table.Spacing and table.Offset to 0 to no ava