表格/digsig.sty:如何在 digsiffield 中添加“值”

表格/digsig.sty:如何在 digsiffield 中添加“值”

我使用 Martin Lottermoser 的 digsig.sty http://home.htp-tel.de/lottermose2/tex/dist/digsig.sty


是否可以像在 TextField 中一样在 digsigfield 中添加“值”?

在此处输入图片描述

\documentclass[fontsize=14pt]{scrreprt}
\usepackage{xcolor}
\usepackage[]{hyperref}
\usepackage{digsig} 

\begin{document}
\begin{Form}
{\color{red}\fbox{\noindent\digsigfield{0.5\textwidth}{10cm}{test}}  }\\
Please add your picture here!
\end{Form}
\end{document

}

相关内容