What makes a PDF typeable, and why it matters

A typeable PDF — also called a fillable or interactive PDF — is a document where you can click into blank spaces and type text directly, the same way you would fill out a form on a website. The text stays in place when you save the file, and anyone you send it to can open it and type into the same spaces without needing special software.

The alternative is a scanned image or a locked PDF where you cannot type at all. Those force you to print the document, fill it by hand, and scan it back. A typeable PDF cuts that step out entirely and keeps everything digital.

Creating one requires two things: a document with defined text fields (the clickable boxes where typing happens) and a PDF reader or editor that recognizes those fields. Most modern PDF readers — including the free Adobe Reader — can fill in fields that already exist. The harder part is creating those fields in the first place, which is where the tools differ.

Key Takeaways

  • A typeable PDF needs defined text fields built into it; you create these using a PDF editor, not a word processor.
  • Adobe Acrobat Pro is the most direct route but costs money; free alternatives like LibreOffice and PDFtk work but require more steps.
  • Start with a blank PDF or convert a Word document to PDF first, then add text boxes and set them as form fields.
  • Test your PDF in a free reader like Adobe Reader before sending it out, because some fields may not work in all programs.
  • Once fields are created, anyone with a basic PDF reader can type into them without needing the editor you used to build them.

The fastest route: Adobe Acrobat Pro

If you have a budget for software, Adobe Acrobat Pro is the straightforward choice. Open your document (PDF, Word, or image), click the "Prepare Form" button, and Acrobat automatically detects where text should go and creates fields for you. You can then adjust field names, sizes, and properties.

The cost is a monthly subscription — currently around $20 per month — but the process takes minutes rather than hours. Acrobat also lets you set field types (text, checkbox, dropdown), add validation rules (like "numbers only"), and see exactly how the form will look when someone fills it out.

If you already subscribe to Adobe Creative Cloud for other work, Acrobat Pro is included, which makes this the cheapest option for those users.

Free alternative: LibreOffice Draw

LibreOffice Draw is a free, open-source program that can create typeable PDFs without a subscription. The process is slower than Acrobat but costs nothing.

Start by opening your document in LibreOffice Writer (the word processor) or importing a PDF into LibreOffice Draw. Then use the Insert menu to add text boxes where you want people to type. Once the boxes are placed, go to Form menu, select Design Mode, and convert each text box into a form field. Save the file as a PDF, and the fields will be preserved.

The main drawback is that LibreOffice's form tools are less polished than Acrobat's — field alignment can be fiddly, and some advanced features (like calculated fields or conditional logic) are not available. For straightforward forms with straightforward text entry, it works fine.

Converting a Word document to a typeable PDF

If your form already exists as a Word document, you can convert it to PDF and then add fields. Open the Word file, go to File > Save As, and choose PDF from the format dropdown. This creates a PDF version but does not yet make it typeable.

From there, open the PDF in your editor (Acrobat Pro, LibreOffice Draw, or another tool) and add form fields on top of the existing text. Acrobat Pro can often detect where fields should go automatically; with LibreOffice, you place them manually.

This route works well if you already have a nicely formatted document and just need to make it interactive. It is faster than building the form from scratch in a PDF editor.

Using PDFtk for command-line users

PDFtk is a free, command-line tool that creates typeable PDFs if you are comfortable typing commands instead of clicking buttons. It requires a bit more technical knowledge but costs nothing and works on Windows, Mac, and Linux.

The basic workflow is: create a PDF with your form layout, use PDFtk to generate a field definition file, edit that file to name and position your fields, then use PDFtk again to merge the fields back into the PDF. The PDFtk website has templates and examples for each step.

This approach is most useful if you are creating many similar forms and want to automate the process, or if you prefer not to install new software. For a one-off form, the graphical tools above are usually faster.

Testing your PDF before you send it out

Before sharing your typeable PDF, open it in Adobe Reader (the free version) and test each field. Type something into each box, save the file, close it, and reopen it to confirm the text stayed in place. This catches problems early.

Some fields may work in the editor you used to create them but fail in other PDF readers. Adobe Reader is the most common reader, so if it works there, it will work for most people. If a field does not respond to clicks or typing, go back to your editor and check that the field is properly defined as a form field, not just a text box.

Also test on the device where the person filling it out will use it. A field that works on desktop may behave differently on a phone or tablet, depending on the PDF reader app.

Protecting your form so fields cannot be moved

Once your fields are in place and tested, you can lock the form so people cannot accidentally move or delete the fields while filling it out. In Acrobat Pro, go to File > Properties, click the Security tab, and set permissions to allow filling but not editing the form structure.

In LibreOffice, turn off Design Mode (Form menu > Design Mode) once you are done building. This prevents accidental changes to the field layout when someone is using the form.

Locking is optional — it just prevents mistakes. If you expect users to need to modify the form itself, leave it unlocked.

Frequently Asked Questions

Can I make a typeable PDF from a scanned image or photo?

Not directly. A scanned image is just a picture; it has no text the computer can recognize. You would need to use optical character recognition (OCR) software first to convert the image to text, then build form fields on top of that. Adobe Acrobat Pro includes OCR, but it adds time and cost. For most people, it is easier to recreate the form in Word or LibreOffice and convert that to PDF instead.

Will my typeable PDF work on phones and tablets?

Usually yes, but it depends on the PDF reader app. Adobe Reader works on iOS and Android and handles most form fields correctly. Some third-party PDF apps may not support all field types. Test on the devices your users will actually use before rolling out the form.

Can I add checkboxes, dropdowns, or radio buttons instead of just text fields?

Yes. Adobe Acrobat Pro supports all of these field types through the Prepare Form tool. LibreOffice Draw supports checkboxes and radio buttons but has limited dropdown support. If you need complex field types, Acrobat Pro is the more reliable choice.

What if someone fills out my form and I need to see what they typed?

When someone fills out your form and saves it, the filled-in version is what they send back to you. You can open that file in any PDF reader and see the answers. Some PDF editors also let you export form responses to a spreadsheet if you are collecting many responses, but that requires the editor to support it — Acrobat Pro does, LibreOffice does not.

Can I make my typeable PDF read-only so people cannot change what I wrote?

Yes. In Acrobat Pro, set permissions to allow filling only, not editing. In LibreOffice, you can flatten the PDF (convert it to an image) after adding fields, but that also removes the ability to type. The best approach is to lock the form structure while leaving the fields editable, which prevents changes to your original text but allows people to fill in their answers.