How can i hide the table border using iTextSharp. I am using following code to generate a file:
var document = new Document(PageSize.A4, 50, 50, 25, 25); //
try this code
yourtable.DefaultCell.Border = 0;