GeneralGetting a large text field with eforms

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
bartomeu vallori
Posts: 8
Joined: Wed Feb 25, 2009 2:09 pm

Getting a large text field with eforms

Post by bartomeu vallori »

Hello,

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}
Neither the parameter

Code: Select all

 \FfMultiline 
works proper, nor other Ff options... can anybody help me?
Thank you
Bartomeu Vallori

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply