3
votes
0answers
20 views

How can I limit the writable space in hyperref's TextFields?

I'm creating a pdf form using hyperref. After it has been filled-out, the form will be printed. I'm looking for a way to prevent the user from entering more characters into a TextField than will be ...
5
votes
1answer
110 views

In LaTeX, how to have a TextField with limited number of characters

I am using LaTeX to make a fillable PDF file. I use the \TextField command in the hyperref package to get the fillable field in the PDF file. In some places, I want to have a field which has a ...
0
votes
0answers
72 views

How to write a script in hyperref form [closed]

In Adobe Acrobat Pro it is possible to write java script which can replace symbols. How can I replace empty spaces after the last word with dots in the form field? There should be a way to add ...
2
votes
1answer
103 views

Hyperref font selection problem with babel and french

How one can change font in the text form? \documentclass{standalone} \usepackage{xcolor} \usepackage[utf8]{inputenc} \usepackage[T2A]{fontenc} \usepackage[english,russian,french]{babel} ...
0
votes
0answers
107 views

Latex textfield unicode problem and Xelatex hyperref textfield not working in tabular section

I've tried to add russian letters in textfield, but it gives: T2ACYRI T2Acyrm T2Acyrya Then I used xelatex but generated forms are not working. What to do? And this form works without tabular. ...
2
votes
0answers
119 views

Is it possible to replace empty space in form with dots?

I want to create an empty form which will have several blocks. After adding text to boxes empty spaces will be replaces with dots. Is it possible? \documentclass[10pt]{extarticle} ...
3
votes
0answers
83 views

Creating a form without submit action

I'm trying to create a AcroForm using LaTeX. I also want to use pdftk to merge many PDFs. The problem is that pdftk does not behave well when it encounters it and the fields are hidden, as well as ...
6
votes
1answer
216 views

Is this a hyperref forms bug?

I tried to create a fillable form for our school using hyperref. Look at the following MWE: \documentclass[10pt,a4paper]{article} ...
6
votes
2answers
942 views

question on radiobuttons ( \ChoiceMenu[radio,…] ) of a fillable form made with package hyperref

I often use radiobuttons ( \ChoiceMenu[radio,...] ). But there is one aspect I am not happy about: If you select/check a certain button of your group of radiobuttons, then without javascript there is ...
4
votes
1answer
717 views

Losing check box entries when saving LaTeX-generated PDF form

The code below implements a simple PDF form. Some PDF readers can save the form after it has been filled to a PDF with the new state. This works for the text entry whose entry is saved but the state ...
2
votes
1answer
569 views

Changing the defaut star in radio buttons in PDF forms

In PDF forms, is there any way to change the default star in radio buttons to a solid circle?
5
votes
1answer
1k views

Checkboxes in PDF forms don't show up in OS X

I'm trying to create a PDF form using hyperref. The form looks fine, except for the checkboxes. In both Adobe Reader and Preview.app, the boxes do not appear. My cursor changes if I mouse over where ...
0
votes
0answers
160 views

TextField Default from CGI Script Value [closed]

Is there a way to make sure that the default value of a TextField in a PDF pulls from external source, say the output of a CGI script where the output is an ASCII string with absolutely no mark up?