Re: [iText-questions] PDF & RTF rendering bug using Table, List

2007-06-28 Thread Dhruba Bandopadhyay
Well they were intended as two separate questions :) I.e. first one for rtf, second for pdf. On 6/29/07, Paulo Soares <[EMAIL PROTECTED]> wrote: > > - Original Message ----- > From: "Dhruba Bandopadhyay" <[EMAIL PROTECTED]> > To: > Sent: Friday, June 29

Re: [iText-questions] PDF & RTF rendering bug using Table, List

2007-06-28 Thread Dhruba Bandopadhyay
7;ve looked at your example and for the RTF output the problem is as follows: > * Nested Tables are not supported. Not even if they are not directly nested, > but contained in a List. > > Greetings, > Mark > > On Monday 25 June 2007, Dhruba Bandopadhyay wrote: > > Hi th

Re: [iText-questions] PDF & RTF rendering bug using Table, List

2007-06-27 Thread Dhruba Bandopadhyay
Hi, Any response to my email below? I've tried to as thorough as possible. Do you require any more information from me? On 6/25/07, Dhruba Bandopadhyay <[EMAIL PROTECTED]> wrote: > Hi there, > > First of all I want to thank you for accepting my earlier bug fix. > >

[iText-questions] PDF & RTF rendering bug using Table, List

2007-06-25 Thread Dhruba Bandopadhyay
Hi there, First of all I want to thank you for accepting my earlier bug fix. In this email I provide a test case to demonstrate the critical problem that I am having with my project. I have tried to be thorough in my investigation. If it is a mistake in the api usage then please do enlighten m

[iText-questions] List.add(Object o) return value

2007-06-25 Thread Dhruba Bandopadhyay
Hi, In com.lowagie.text.List in method: public boolean add(Object o); on line 270 of revision 2852 shouldn't: list.add(item); be: return list.add(item); Or is it okay like that? If no change is required please explain. Due to this adding a list item to a list sometimes returns false.

[iText-questions] Fwd: Cannot nesting a table within a list item

2007-06-22 Thread Dhruba Bandopadhyay
Hi, May I request any further feedback on this question of mine? Is it just me or is there a different usage of this? Has anyone run the junit test? Many thanks. -- Forwarded message -- From: Dhruba Bandopadhyay <[EMAIL PROTECTED]> Date: Jun 22, 2007 11:44 AM Subject:

[iText-questions] Cannot nesting a table within a list item

2007-06-22 Thread Dhruba Bandopadhyay
Hi, I have a junit test which fails with an exception. I would much like your advice on how to get this to work. How can I represent this html in itext? It works if I add the table directly to the document. Exception: java.lang.RuntimeException: list {[Rectangle: 80.0x0.0 (rot: 0 degrees)]} c

Re: [iText-questions] PDF&RTF:java.lang.ArrayIndexOutOfBoundsException: 7

2007-06-22 Thread Dhruba Bandopadhyay
the file from the SVN > browser that it's always up to date. > > Paulo > > ----- Original Message - > From: "Dhruba Bandopadhyay" <[EMAIL PROTECTED]> > To: "Post all your questions about iText here" > > Sent: Thursday, June 21, 2007 5:48 PM &g

[iText-questions] Adding large element to document causes high cpu usage

2007-06-21 Thread Dhruba Bandopadhyay
Hi, It seems that periodically in my html converter (i.e. html to pdf and rtf) when there is a large node which contains numerous other nodes and I add that top level element to the document by doing document.add(Element element) then cpu usage goes to 100% and tomcat hangs. However, when the htm

Re: [iText-questions] PDF&RTF:java.lang.ArrayIndexOutOfBoundsException: 7

2007-06-21 Thread Dhruba Bandopadhyay
fixes about this. > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Dhruba Bandopadhyay > > Sent: Thursday, June 21, 2007 11:32 AM > > To: iText-question

Re: [iText-questions] PDF&RTF:java.lang.ArrayIndexOutOfBoundsException: 7

2007-06-21 Thread Dhruba Bandopadhyay
now what iText version you are using but the current SVN > version has some fixes about this. > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Dhruba Bandopadhyay > > Sent: Thursday, June 21, 200

[iText-questions] PDF&RTF: java.lang.ArrayIndexOutOfBoundsException: 7

2007-06-21 Thread Dhruba Bandopadhyay
Hi, Most uses of itext in my app work fine but once in a while I get the exception below. I would really appreciate any help in trying to narrow this down and work it out. I'm not doing anything unusual just adding Cells to Table and Table to Document. Any idea? Many thanks. Caused by: java.l

[iText-questions] IOExceptions on writing to filesystem

2007-06-17 Thread Dhruba Bandopadhyay
Hi, I am asking itext to write pdfs and rtfs to the filesystem which is a nfs mount using netapp as the storage base. I'm getting the following exceptions from within itext. I would be most grateful if any light can be shed on how to begin to remedy these. As far as I can tell from the stacktra

Re: [iText-questions] iText 2.0.1 released

2007-03-07 Thread Dhruba Bandopadhyay
2007, at 20:27, Mark Hall wrote: > On Wednesday 07 March 2007 17:31, Dhruba Bandopadhyay wrote: >> never made it into the update. Out of curiosity why is this? > Because it flew under my radar. A big RTF at the beginning of the > subject is > the best way to guarantee I don't m

Re: [iText-questions] iText 2.0.1 released

2007-03-07 Thread Dhruba Bandopadhyay
Hi, Thanks a lot for these fixes. There are also a few in there that I've been wishing for, for quite some time, that were holding us back. It seems however that my earlier report of NullPointerException: http://www.nabble.com/NullPointerException-in-RtfDocument.filterSpecialChar-t3268478.html

Re: [iText-questions] Deprecating HeaderFooter

2007-03-04 Thread Dhruba Bandopadhyay
Hi, Just my little request. If removing all deprecrated stuff means removing Table and Cell then please don't! I am using the rowspan and colspan features due to the kind of html to pdf+rtf dynamic generation I'm doing and it would be really quite a hassle to use nested tables. If howev

Re: [iText-questions] Fwd: Set font of list item bullets?

2007-02-28 Thread Dhruba Bandopadhyay
tions extend the > class List and ListItem to suit your needs. > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Dhruba Bandopadhyay > > Sent: Wednesday, February 28, 2007 11:40 AM > &

Re: [iText-questions] Fwd: Set font of list item bullets?

2007-02-28 Thread Dhruba Bandopadhyay
PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Dhruba Bandopadhyay > > Sent: Wednesday, February 28, 2007 10:54 AM > > To: itext-questions@lists.sourceforge.net > > Subject: [iText-questions] Fwd: Set font of list item bullets? > > > > Hi, > > >

Re: [iText-questions] Fwd: Set font of list item bullets?

2007-02-28 Thread Dhruba Bandopadhyay
ssage- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Dhruba Bandopadhyay > > Sent: Wednesday, February 28, 2007 10:54 AM > > To: itext-questions@lists.sourceforge.net > > Subject: [iText-questions] Fwd: Set font of list item bullets

Re: [iText-questions] Fwd: Set font of list item bullets?

2007-02-28 Thread Dhruba Bandopadhyay
ot evident what I mean I can surely do an example but I am literally just instantiating different kinds of lists and adding list items - no more than that. With regards. On 2/28/07, Bruno Lowagie (iText) <[EMAIL PROTECTED]> wrote: > Dhruba Bandopadhyay wrote: > > Hi, > > >

[iText-questions] Fwd: Set font of list item bullets?

2007-02-28 Thread Dhruba Bandopadhyay
Hi, Can I presume from the silence that there is no way to do the below i.e. configure the font, size and style of a list bullet? Thanks. -- Forwarded message -- Date: Feb 27, 2007 11:47 AM Subject: Set font of list item bullets? To: itext-questions@lists.sourceforge.net Hi, I

[iText-questions] Set font of list item bullets?

2007-02-27 Thread Dhruba Bandopadhyay
Hi, In the attached pdf my text is in serif but the list bullets are in sans-serif. How can I set the font of the list bullets? Many thanks. 1.pdf Description: Adobe PDF document - Take Surveys. Earn Cash. Influence the F

[iText-questions] NullPointerException in RtfDocument.filterSpecialChar

2007-02-21 Thread Dhruba Bandopadhyay
Hi, In my application today I got the error when converting the attached html file to rtf. Caused by: java.lang.NullPointerException at com.lowagie.text.rtf.document.RtfDocument.filterSpecialChar(RtfDocument.java:218) at com.lowagie.text.rtf.field.RtfAnchor.writeFieldInstConten