This post introduces how to add long underscore in LaTeX for signature
You can use \underline
and \hspace
:
See the following example:
\documentclass{article}
\begin{document}
Name \underline{\hspace{3cm}}
Signature \underline{\hspace{3cm}}
\end{document}