我正在尝试为 PDF 文档设置多个可填写的文本框。但是,我希望文本表单的高度为变量,根据用户输入的文本量调整其高度。例如,
\usepackage{hyperref}
\begin{document}
\begin{Form}
\noindent
\TextField[name=multilinetextbox,multiline=true, width=linewidth,height=5in,charsize=0pt]{}
\end{Form}
\end{document}
我见过调整字符(字体)大小的解决方案,但这不是我想要的。任何帮助都将不胜感激。问候
答案1
实际上,\textField
也支持滚动。
\documentclass{article}
\usepackage{eforms}
\begin{document}
\begin{Form}
\noindent
\textField[\Ff{\FfMultiline}\V{Default text which must not be a macro. If you keep typing or click the button in the corner, a scroll bar will appear.}]{scrollbox.1}{2in}{0.5in}
\end{Form}
\end{document}