Hi
I need to export a list of records in the following format using itextsharp.
I expect the following format to export to pdf.
Resource History -> This should be the heading
Name : xxx
Age :27
Designation : ASE
Technology : .Net
......etc.
I have the entire details of the resource in a datatable and the problem is i have to export entire resource details in the pdf in the format i mentioned above.
Can any one please suggest an idea with an example.
Thanks and cheers.