Does anyone know how to make a PDF act like Excel does?
August 20, 2013 2:04 PM   Subscribe

How do I make a PDF fillable form do a few of the things that Excel does for me easy, like turn the Trademark notation into superscript TM, like this? ™

So... I'm kinda new to writing javascript, and I'm making a PDF fillable form. The original form was made in Excel, so I'm using Adobe LiveCycle to make a PDF fillable out of the fields on the Excel form. I'm not converting or anything, I've created the PDF from scratch.

Something I can't figure out how to do is to recreate the "TM" field in subscript like Excel does when you type in (TM) into a field. For example, if I typed in MetaFilter(TM) it would make it look like MetaFilter™. Is it possible to have a bit of code across any fillable text field that would allow that little bit of change to happen to make a form easier for the users of my form?

I've been fighting this all day long!
posted by Jim On Light to Computers & Internet (1 answer total)
 
Might be easier to make a button that inserts that character into whatever field is selected.
posted by gjc at 4:27 PM on August 20, 2013


« Older Better sound, less space   |   Short notice resignation snowflake-y justification Newer »
This thread is closed to new comments.