Arun Kumar

Arun Kumar

  • NA
  • 3
  • 7.6k

DrawLine in PDF using ItextSharp

Jul 23 2015 7:51 AM
I am facing difficulty while drawing line in PDF using ItextSharp. I  have draw a line in pdf using

DrawLine(writer, 25f, document.Top - 520f, document.PageSize.Width - 25f, document.Top - 520, new Color(31, 73, 125)); 
 
If there is one record in table then it is ok, but when more than one data comes in table it overwrite the line.  Please help to solve this.

Answers (3)