Re: [iText-questions] Problem using PDFAnnotation to insert video into PdfPCell

2012-05-10 Thread 1T3XT BVBA
On 10/05/2012 11:13, Dominic Maricic wrote: > I can insert the video using ColumnText as discussed in another post > but I need the ease of use of putting it directly into a system I have setup > using PdfPTable's and cells. Add the annotation using a cell event instead of the convoluted construct

[iText-questions] Problem using PDFAnnotation to insert video into PdfPCell

2012-05-10 Thread Dominic Maricic
Hi Guys, I'm trying to insert several mp4s into multiple PdfPCells. It made the most sense to me to attach the annotation directly on the image but I get an error that com.lowagie.text.Annotation is required instead of com.lowagie.text.pdf.PdfAnnotation. So I tried putting the Image into a Chunk,