3
Answers

DrawLine in PDF using ItextSharp

Arun Kumar

Arun Kumar

9y
7.8k
1
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)