Re: [iText-questions] adding PDFAnnotation to Cell

2008-06-13 Thread Bruno Lowagie
Sumeet Gupta wrote: > Thanks Bruno..can you provide me with a quick sample code? a 2-3 liner > code will really help. I'm sorry, I can't do it in 2 or 3 lines of code. br, Bruno - Check out the new SourceForge.net Marketp

Re: [iText-questions] adding PDFAnnotation to Cell

2008-06-11 Thread Sumeet Gupta
Thanks Bruno..can you provide me with a quick sample code? a 2-3 liner code will really help. Bruno Lowagie (iText) wrote: > > Sumeet Gupta wrote: >> Hi, >> >> I need to add the PDFAnnotation to a Cell of a Table. >> I can add the file attachments as PdfAnnotations and when i click on >>

Re: [iText-questions] adding PDFAnnotation to Cell

2008-06-11 Thread Bruno Lowagie
Sumeet Gupta wrote: > Hi, > > I need to add the PDFAnnotation to a Cell of a Table. > I can add the file attachments as PdfAnnotations and when i click on those > annotations, the attached file opens up. However, my requirement is to have > these annotations in the Cell that i will be adding to T

[iText-questions] adding PDFAnnotation to Cell

2008-06-11 Thread Sumeet Gupta
Hi, I need to add the PDFAnnotation to a Cell of a Table. I can add the file attachments as PdfAnnotations and when i click on those annotations, the attached file opens up. However, my requirement is to have these annotations in the Cell that i will be adding to Table. Any pointers will be ap