[iText-questions] ClassCastException in PdfCopyFieldsImp.updateCalculationOrder()

2007-09-13 Thread nleduc
We use iText to generate employee forms for viewing and printing online. We read a PDF created with Acrobat version 7, write data to the form fields and then flatten the forms. In one of our applications, the user needs to see multiple employee forms. Our strategy for this is to create each

[iText-questions] Signed jar

2007-09-13 Thread Abraham
Hi, I´m using iText (2.0.5) in a applet to sign pdf documents. The first version works well, but I need to sign the iText classes along the mine in order to avoid file permission problems. I´d like to know if exists a signed jar of the latest version (I've found an old one). Thanks in advance.

Re: [iText-questions] Signed jar

2007-09-13 Thread Bruno Lowagie (iText)
Abraham wrote: Hi, I´m using iText (2.0.5) in a applet to sign pdf documents. The first version works well, but I need to sign the iText classes along the mine in order to avoid file permission problems. I´d like to know if exists a signed jar of the latest version (I've found an old

[iText-questions] RTF trautofit

2007-09-13 Thread dev
Hello all, is there a reason why trautofit has been removed from the library? I am evaluating iText for RTF generation, our tables need trautofit, because we dont have cell width informations. Thanks in advance, Stephan -

Re: [iText-questions] Text Wrapping and rotation

2007-09-13 Thread Hans-Werner Hilse
Hi, On Wed, 12 Sep 2007 13:38:31 -0400 Brian Daddino [EMAIL PROTECTED] wrote: I must be missing something then. The text in my template does not wrap to the next line if it is too long. It simply cuts off at the end of the template. Also, I must not be using the rotation correctly.

Re: [iText-questions] [SPAM] - Re: Text Wrapping and rotation - Email found in subject

2007-09-13 Thread Brian Daddino
This brings me back to my original problem then. How do I get ColumnText to not just print out but to go into an Image that can be rotated? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hans-Werner Hilse Sent: Thursday, September 13, 2007 8:18 AM To:

Re: [iText-questions] [SPAM] - Re: Text Wrapping and rotation - Email found in subject

2007-09-13 Thread Bruno Lowagie (iText)
Brian Daddino wrote: This brings me back to my original problem then. How do I get ColumnText to not just print out but to go into an Image that can be rotated? By defining a PdfTemplate object and writing the ColumnText to that template. br, Bruno

Re: [iText-questions] [SPAM] - Re: Text Wrapping and rotation - Email found in subject

2007-09-13 Thread Brian Daddino
I have no idea how to do that. Could you show me a quick example? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie (iText) Sent: Thursday, September 13, 2007 9:00 AM To: Post all your questions about iText here Subject: Re:

Re: [iText-questions] Problem withColumnTextand SpaceAfterof paragraphs

2007-09-13 Thread Stephan Michels
Thank you for the quick reponse. The setAdjustFirstLine() method looks good. I used the the ColumnText object a lot, but it has some drawbacks, which I can only solve by invoking the go() method after every element. For example I set manually the position of every element to have a baseline

Re: [iText-questions] [SPAM] - Re: Text Wrapping and rotation - Email found in subject

2007-09-13 Thread Hans-Werner Hilse
Hi, On Thu, 13 Sep 2007 09:04:47 -0400 Brian Daddino [EMAIL PROTECTED] wrote: I have no idea how to do that. Could you show me a quick example? Personally, I use that approach for vertical distribution of text blocks (for the TeX guys: something like \vfill). So I'll quote the relevant parts:

[iText-questions] [ANN:] JPedal PDF Forms Designer

2007-09-13 Thread Bruno Lowagie (iText)
Hello all, this was just brought to my attention: The JPedal PDF Forms Designer is the first of a suite of PDF forms tools for manipulating PDF forms. It's a brand new 100% Java, client-side application that allows users to graphically add, through a drag and drop mechanism, form fields, freetext

Re: [iText-questions] [SPAM] - Re: [SPAM] - Re: Text Wrapping and rotation - Email found in subject - Email found in subject

2007-09-13 Thread Brian Daddino
Thanks very much. I think I have all I need now. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hans-Werner Hilse Sent: Thursday, September 13, 2007 9:16 AM To: itext-questions@lists.sourceforge.net Subject: [SPAM] - Re: [iText-questions] [SPAM] - Re:

Re: [iText-questions] How to renumber headings in a concatenated document?

2007-09-13 Thread Björn Ryding
I resolved the issue by enforcing the use of a new modified template and by printing the new numbers for the headings on positions relative to the destinations of the current bookmarks. br, Björn On Wed, September 12, 2007 2:28 pm, Björn Ryding wrote: Bruno Lowagie (iText) wrote: I've read

Re: [iText-questions] Can not open by Acrobat reader 8.1

2007-09-13 Thread Paulo Soares
The problem has nothing to do with fonts, right before placing the template you call PdfContentByte.setCharacterSpacing() with a very big value. The error is in this value, not the font. Paulo --- yuanjk [EMAIL PROTECTED] wrote: hi I create a pdf file by using iText

Re: [iText-questions] ClassCastException in PdfCopyFieldsImp.updateCalculationOrder()

2007-09-13 Thread Paulo Soares
Please provide a small standalone program and all the files needed to reproduce the problem. Paulo --- nleduc [EMAIL PROTECTED] wrote: We use iText to generate employee forms for viewing and printing online. We read a PDF created with Acrobat version 7, write data to the form fields and

Re: [iText-questions] ClassCastException in PdfCopyFieldsImp.updateCalculationOrder()

2007-09-13 Thread nleduc
We are using iText 1.3 -- it will take me a few days to get a standalone program and document ready. Thank you for your help. -- View this message in context: http://www.nabble.com/ClassCastException-in-PdfCopyFieldsImp.updateCalculationOrder%28%29-tf4432663.html#a12660109 Sent from the iText