I'm trying to get a large text field for a PDF form that allows to write an abstract inside it. I'm using the eforms package that comes with AcroTeX distribution. All i've got is a large panel, but it only permits me to write one -unlimited- line. I have not succeeded on it with the following:
Code: Select all
\documentclass[10pt]{article}
\usepackage[catalan]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[pdftex]{eforms}
\linespread{1.2}
\begin{document}
\centering
Abstract (maximum 100 words)
\textField[\F{\FfComb}\textSize{12}\MaxLen{15}]{Abstract}{12cm}{10cm}
\end{document}
Code: Select all
\FfMultiline
Thank you