Hi,
I am very happy to use itext.
I am generating a pdf using table which has 19 columns of which the first
five rows are header which includes an image.
When my pdf spans multiple pages my header repeats in all the pages which i
have done using dataTable.setLastHeaderRow(4);
My header is repeating but image in the header is not coming.
I have set the image in the cell as follows
imgURL = new URL(strLogoPath);
image = Image.getInstance(imgURL);
cell1=new Cell(image);
dataTable.add(cell1);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/