Posted on: 2/28/2014 5:22:21 AM | Views : 725

Hi all,
I am attempting to format my html file so that when it is converted to a pdf file using iTextSharp I can control the appearance of the document.  The html file looks great, but by the time it is converted to pdf all formatting has gone.  The table has 30 rows.  Instead of showing all 30 here are some of them so that you may see the table formatting.
<table cellspacing="0" rules="all" border="1" style="border-collapse:collapse;"> <tr> <th scope="col">StudentName</th><th scope="col">Dues</th><th scope="col">Amount</th><th scope="col">Date</th><th scope="col">CheckNumber</th><th scope="col">Outstanding</th><th scope="col">W1</th><th scope="col">S1</th><th scope="col"&g ...

Go to the complete details ...