I need to create a PDF with several sections, and after each section need to add a line, but I don\'t know where to draw this line.
I need to find the exact coordin
I believe there is only the y-position available: try
PdfWriter.getVerticalPosition()