I have embedded a byte array into a PDF file, more specifically an AVI file in a RichMedia annotation.
Now I am trying to extract that same array. How can I do this?
I am working with iTextSharp trying to add a header and a footer to my generated PDF,
but if I try to add a header that has a width of 100% of my page I have some problems.
I am expecting the cell event to be triggered for two cells, but it only triggers on the first cell. The difference appears to be that the cell event of the first cell is added to the cell before adding the cell to the table.
I am generating a PDF file from CSV using iText. I need to format the file such that the header row (which occurs in the beginning of every page) should be in a different font and color.