If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I need a JavaScript that will automatically double-space a user's form input in a PDF created with Acrobat 6 Professional. Any help would be appreciated.
ooooof, js in pdfs is a little spotty, and even sometimes sets off the virus scans, you may want to consider making an html form input so you could double space the input on the server side.
If I could do it in HTML I would certainly choose to, but these are forms to be used internally (not web based) and I don't want to rely on Word or whatever other processor they are using. PDF just seems simpler overall.