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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply