These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Value in words

Fabiojs
Registered: Aug 13 2007
Posts: 1

How can I display a value in words with Acrobat?

I need to make a form with 2 fields of text. In the first type a value and the second appears that value in words

How can I do this in Acrobat?

My Product Information:
Acrobat Pro 9.0, Macintosh
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1876
That's a classic programming excersize, so you should be able to find plenty of sample JavaScript code out there. If you find a well designed routine, you'd probably be able to use it as-is with Acrobat.

George
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4307
In the older full versions of Acrobat, and possibly with the full Professional version there was a sample form for a check that included a doument function to do this conversion, the function name is "ConvertToWord" and there are other post in other fourms that use the name 'Word2Num" like Work and LiveCycle Designer.

George Kaiser

pedroslako
Registered: Dec 23 2008
Posts: 4
Hi, it's not impossible, an example>in Acrobat Pro
1) create two text fields with different text
(TXTfield1 with Value "TEXT ONE", and TXTfield2 with Value "TEXT TWO", without
Border and Fill Color)

TXTfield1 can be above the TXTfield2

2) then create one button with actions settings like this>
Mouse Up > Show a field TXTfield1, and Hide a field TXTfield2
Mouse Down > Show a field TXTfield2, and Hide a field TXTfield1So you can touch Button and fields will be overlaping inself

PS:sorry for my english :(

Peter