Re: [iText-questions] selected rows in JTable

2007-04-24 Thread Arif Abbasi
Hi I subscribed to this list while using your product, but am done now. Can you please unsubscribe from the list or let know how do I unsubscribe myself? My mailbox keeps filling up with all itext messages and our e-web is not capable of defining junk folders or deleting lum sum e-mails. So I have

Re: [iText-questions] loading images

2007-02-05 Thread Arif Abbasi
2007 4:58 AM To: Post all your questions about iText here Subject: Re: [iText-questions] loading images Arif Abbasi wrote: > The problem with the above approach is that we have to package those > images in our jar file, which is not desirable. OK, I thought this was your original requirement, t

[iText-questions] loading images

2007-02-02 Thread Arif Abbasi
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie Sent: Friday, February 02, 2007 2:19 PM To: Post all your questions about iText here Subject: Re: [iText-questions] loading images Arif Abbasi wrote: > This is what we want. Can you p

Re: [iText-questions] loading images

2007-02-02 Thread Arif Abbasi
The problem as I described in my code (in e-mail below that you missed, since it got bounced back) was the jarring of the images. We want to avoid that Image.getInstance (String filename) does not work on images in jar file, I have to use Image.getInstance(URL url)along with class loader. All this

Re: [iText-questions] loading images

2007-02-02 Thread Arif Abbasi
o use Image.getInstance(File fileobject). Please let me know. Thanks arif _ From: Arif Abbasi [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 11:59 AM To: '[EMAIL PROTECTED]' Subject: re: loading images Hi Previously, I asked this question in which my images in th

Re: [iText-questions] how do you setup a tab space ?

2007-01-30 Thread Arif Abbasi
Hi I am trying to add a few tab spacing between two texts on the same line when generating a footer in my PDF doc. However, "\t does not seem to work here. Here's a snippet of code: Chunk tabSpace = new Chunk("\t\t\t\t" + " ");

Re: [iText-questions] need to repeat confidentiality on every pg

2007-01-25 Thread Arif Abbasi
Footer: Page x --> Needs to repeat on every page How do I do this, considering that the code be compatiable for both HTML and PDF reports? Thanks arif _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arif Abbasi Sent: Wednesday, January 24, 2007 2:41 PM To: itext

Re: [iText-questions] image not being loaded - possibly classpath issue

2007-01-23 Thread Arif Abbasi
- possibly classpath issue Arif Abbasi wrote: > Can some one help me with this? I have no idea where you are storing the image, but have you tried /images/vblogowhite.gif Do some more reading on loading resources. http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ClassLoader.html#getResour

Re: [iText-questions] image not being loaded - possibly classpath issue

2007-01-23 Thread Arif Abbasi
Hi I have a requirement to add a few images to my report title page. The problem is that report generation classes are in Jar file and NOT part of war file (where the action classes reside). I cannot change this packaging as this will have an impact. So, my class structure is like: com.abc

Re: [iText-questions] data repeating on every page

2007-01-20 Thread Arif Abbasi
Hi I am using iText 1.1 jar and using the Table Object instead of the PdfPTable as we want the code to be consistent for Html reports. I am having a problem where my first data record is repeating on every page. Attached is the output file. I have set the headerRows as 1 as in: