[iText-questions] Border issue with Nested table!

2008-03-24 Thread R . Anitha
Hi All, I used PdfPTable to create nested tables. Successfully i got the required design ,but i don't want the table border. There is nothing like tbale border for pdfptable exists .I removed the cell border using below code cell.disableBorderSide(PdfPCell.LEFT); cell.disableBorderSide(PdfPCe

Re: [iText-questions] Creating a chunk with TextField

2008-03-24 Thread 1T3XT info
Ekta Agarwal wrote: > Is there a way to add a textField to a chunk? From what I understood, I > can add the textField to a PdfPTable, but I was wondering if I could > create a chunk that has some text and then a textField? > > I would appreciate any information on this. If someone to point me

Re: [iText-questions] imposition inquisition

2008-03-24 Thread Bill Ensley
I have a whole chunk of code that I can share. I am currently in disneyland and won't be able to send it until tonight. : ) -Original Message- From: [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: 3/24/08 11:42 AM Subject: [iText-questions] Imposition inquisition Does a

Re: [iText-questions] How can I set the correct leading!

2008-03-24 Thread wasegraves
Eric, Please keep in mind that this is a discussion list, not a help desk. There are many volunteers here that could help you with your problems, as long as they don't have to do your work for you, in order to be able to help you. If you expect someone here to do significant work to be able to

Re: [iText-questions] How can I set the correct leading!

2008-03-24 Thread Eric Summkeller
First of all it's right that I should have read the book completly. That's something that I really missed but I want you to know that I didn't refuse it. I answer you because I think you should know that I did my best to resolve this leading problem. First the examples that you sent me are the

Re: [iText-questions] Imposition inquisition

2008-03-24 Thread Bill Ensley
I have a whole chunk of code that I can share. I am currently in disneyland and won't be able to send it until tonight. : ) -Original Message- From: [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: 3/24/08 11:42 AM Subject: [iText-questions] Imposition inquisition Does a

[iText-questions] Imposition inquisition

2008-03-24 Thread jpelzel
Does anybody have any code based imposition algorithms/methods/routines/logic/etc that they would care to share? I am having a bit of a time making anything 'elegant' and easily reusable. Thanks in advance. JP- This SF.net

[iText-questions] Creating a chunk with TextField

2008-03-24 Thread Ekta Agarwal
Is there a way to add a textField to a chunk? From what I understood, I can add the textField to a PdfPTable, but I was wondering if I could create a chunk that has some text and then a textField? I would appreciate any information on this. If someone to point me to the right resource, that would

[iText-questions] Snapshot versions of recent changes available (was Re: Bug in DocumentFont when loading Differences)

2008-03-24 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, For everybody interested in getting access to snapshots of the recent changes in the svn repository, I've set up a small script on my server that will build snapshots daily and keep the latest five versions. The iText version returned by Documen

Re: [iText-questions] How can I set the correct leading!

2008-03-24 Thread 1T3XT info
Eric Summkeller wrote: par.setLeading(72); document.add(par); par2.setLeading(20); document.add(par2); Thanks again for your help! I've tried this but the result was the same. The first paragraph overlaps the second paragraph. Do you have another idea what I could do? Paulo's suggestion

Re: [iText-questions] Bug in DocumentFont when loading Differences

2008-03-24 Thread Gavin Disney
Bruno, Thanks again. Don't rush the release on my account! Regards, Gavin - Original Message From: Bruno Lowagie <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Friday, March 21, 2008 2:11:21 AM Subject: Re: [iText-questions] Bug in DocumentFont when loading Dif

Re: [iText-questions] How can I set the correct leading!

2008-03-24 Thread Eric Summkeller
> par.setLeading(72); > > > document.add(par); > > par2.setLeading(20); > > > document.add(par2); Thanks again for your help! I've tried this but the result was the same. The first paragraph overlaps the second paragraph. Do you have another idea what I could do? --

Re: [iText-questions] How can I set the correct leading!

2008-03-24 Thread Paulo Soares
- Original Message - From: "Eric Summkeller" <[EMAIL PROTECTED]> To: Sent: Monday, March 24, 2008 8:59 AM Subject: Re: [iText-questions] How can I set the correct leading! > No sorry, I mean two Paragraph objects with different font sizes. In this > case > the second Paragraph object

Re: [iText-questions] ClassCast Exception when using iText API.

2008-03-24 Thread Paulo Soares
Post a link to the PDF and the FDF so that the problem can be reproduced. Also check if you are using the latest iText. Paulo - Original Message - From: "kumar1" <[EMAIL PROTECTED]> To: Sent: Monday, March 24, 2008 7:00 AM Subject: Re: [iText-questions] ClassCast Exception when using iT

Re: [iText-questions] ClassCast Exception when using iText API.

2008-03-24 Thread kumar1
hi, I am getting the same exception. have u resolved it. plz share the answer. Regards, shanthakumar Suneel.Naik wrote: > > > Hi all, I am getting the following exception when populating dynamic > data using iText API on a PDF document with place holders for dynamic > data, > > > And get

Re: [iText-questions] How can I set the correct leading!

2008-03-24 Thread Eric Summkeller
No sorry, I mean two Paragraph objects with different font sizes. In this case the second Paragraph object is automatically added into a new line and overlaps the content of the first line. My problem is that I don't know how I can set the correct leading or spacing, that both Paragraph objects