Skip to main content
Participant
September 10, 2025
Question

Adding Text to an Existing Form

  • September 10, 2025
  • 1 reply
  • 305 views

When get an adobe form and I need to fill it out, I use the Add Text function. When I start typing my name into the name field, the line that I'm typing on starts moving to the right. I want to type on that line as if I'm using a typewriter. (What happened to the old typewriter function???!!!!) 

I've resorted to typing elsewhere on the page and then dragging that new text box on top of the existing text box, but there must be a better way! How can I just type on the form? 

 

1 reply

Thom Parker
Community Expert
Community Expert
September 10, 2025

The first thing you need to know when filling out a PDF form, is whether it is an "interactive fillable", or a flat document. 

 

If it is "fillable" then it will contain interactive form fields that can be typed into without selecting any tools. Just click into the field and type.

But, if it is a flat dumb form, i.e., it's just regular page text with no interactive fields, then use the "Fill and Sign" tools, which are meant for this purpose. I believe this is essentially the same as the old "typewriter" tool.  Adobe likes to have fun confusing customers by renaming tools and moving them around to different categories.  

 

Just as a general rule, never use the "Add Text" tool under the "Edit PDF" tools, unless you know what you are doing. This tool edits the page text, which is why it moves the existing text to the right. It can also introduce all kinds of errors into the PDF. It is intended to only be used by experts to make small changes in documents. 

 

BTW: The old typewriter tool still exists, it's just hidden.   Run this code from the console window to activate it.

app.execMenuItem("TypewriterMainToolBar")

 

 

  

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
Participant
September 10, 2025

awesome! Thank you. 

Thom Parker
Community Expert
Community Expert
September 10, 2025

Note that I added some more information about the old typewriter tool to my post.  It's still there, just hidden from the user.

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often