Adding bottom border on pdf form fields

1.4k Views Asked by At

I have to insert a bottom border on some fields in my pdf editable form.

I would like to insert a row without to do it manually for each field:

screenshot

I don't know which solution can help me to do this (a program like acrobat or foxit, an external library as itext sharp or abcpdf)

Have anyone some idea?

Thanks in advance

1

There are 1 best solutions below

0
Brian Duddy On

In Foxit PhantomPDF (which is paid software), you can open the Fields panel... enter image description here

...use Shift+Click to select all of the fields in the list...

enter image description here

...right-click on one of them and select Properties...

enter image description here

...then click on the Appearance tab, set "Line Style" to "Underline", and set the Thickness and Border Color as desired.

enter image description here

The result:

enter image description here