How to Add a Fillable Text Box in a PDF

Adding a fillable text box to a PDF transforms a static document into an interactive form — useful for contracts, applications, surveys, and any situation where you need someone to type directly into a document rather than print and handwrite their responses. The process is more straightforward than most people expect, though the right approach depends heavily on what tools you already have access to.

What a Fillable Text Box Actually Is

A fillable text field (sometimes called a form field) is an interactive element embedded in a PDF that allows a reader to click, type, and save their input without altering the rest of the document's layout. These fields are part of the AcroForm standard built into the PDF specification, which means they're broadly supported across PDF readers like Adobe Acrobat Reader, Preview on macOS, and most modern browsers.

It's worth distinguishing this from simply editing a PDF. Editing replaces or rearranges existing text. A fillable text box is an overlay layer — a form element sitting on top of the document that accepts user input independently.

The Main Tools for Adding Fillable Fields

There's no single universal method because the PDF editing ecosystem spans free tools, subscription software, browser-based apps, and desktop programs. Here's how the major categories work:

Adobe Acrobat Pro (Desktop)

This is the most fully featured option. In Acrobat Pro, you navigate to Tools > Prepare Form, and Acrobat will automatically detect areas that look like form fields and suggest placements. You can then:

  • Click Add a Text Field from the toolbar
  • Draw the field box anywhere on the document
  • Double-click the field to set properties: font size, border color, default text, character limits, and whether the field is required

Acrobat Pro also lets you set tab order across multiple fields, which matters for accessibility and usability when you have a multi-field form.

PDF-XChange Editor (Windows Desktop)

A lighter-weight alternative that offers genuine form-field creation without a subscription. The workflow mirrors Acrobat's: open the document, access the form tools panel, select the text field tool, and draw your field. Properties like font, alignment, and tooltip text are adjustable in a side panel.

Browser-Based Tools (Smallpdf, PDF.co, DocHub, Adobe Acrobat Online)

These tools work entirely in a browser — no software installation required. You upload your PDF, select a text field tool, position the field, and download the result. The tradeoff is that advanced field properties (validation rules, calculated fields, conditional logic) are typically unavailable or locked behind paid tiers. For simple one-off forms, they're often sufficient.

LibreOffice Draw (Free, Cross-Platform) 🛠️

LibreOffice can open PDFs and add form controls including text fields via View > Toolbars > Form Controls. It's free and available on Windows, macOS, and Linux, but the interface for form editing is less intuitive than dedicated PDF tools, and complex PDFs may not render perfectly when imported.

macOS Preview

Preview does not support creating fillable form fields. It can fill in fields that already exist in a PDF, but it has no tool to create them from scratch. This is a common source of confusion for Mac users.

Key Variables That Shape the Process 📋

The steps above aren't all equivalent — several factors determine which approach actually works for your situation:

Operating system. Some tools are Windows-only (PDF-XChange), some are cross-platform (LibreOffice, browser tools), and macOS users have fewer native desktop options.

Whether the PDF is protected. If the original PDF has security restrictions — such as a password-locked editing permission — you won't be able to add form fields regardless of which tool you use unless those restrictions are lifted by whoever owns the document.

The complexity of your form. A single name-and-date field is achievable with almost any tool. A multi-page form with field validation, conditional visibility, and calculated totals requires a more capable platform like Acrobat Pro.

Who will be filling the form. If recipients will use Adobe Acrobat Reader (free), your fields will display and save correctly. If they're using a minimal PDF viewer built into a web browser, behavior can vary — some browsers support saving form data, others don't without an explicit save action.

How the PDF was created. PDFs exported from Word, InDesign, or Google Docs often import cleanly into editing tools. Scanned PDFs are image-based — a text box placed on top won't align naturally to the document's visual layout, and the text won't be selectable by the underlying layer.

What the Field Properties Actually Control

When you create a text field, the visible box on the page is just the surface. The field properties dialog (available in most desktop tools) gives you control over:

PropertyWhat It Does
NameLabels the field in the PDF's data structure — important if you're extracting or processing form submissions
TooltipShows a hint when a user hovers over the field
Font & SizeControls how typed text appears; "Auto" size adjusts to fit available space
Multi-lineAllows the user to press Enter and type across multiple lines
RequiredFlags the field so Acrobat-based validators flag it if left empty
Max LengthCaps how many characters can be entered
Read OnlyDisplays text that can't be changed — useful for pre-populated reference data

Most browser-based tools expose only a fraction of these settings, which matters if your form has specific formatting or data requirements.

When Flat PDFs and Scanned Documents Complicate Things

A flat PDF is one with no selectable text layer — just an image rendered as a page. This is typical of scanned documents. You can place a fillable text field on top of a flat PDF, but the field is floating over an image, not integrated with any underlying structure. Alignment requires manual positioning, and there's no guarantee the field will sit exactly where a printed form's blank line appears.

For scanned documents where precision matters, some workflows use OCR (Optical Character Recognition) first to create a text-searchable version, and then overlay form fields more accurately. Tools like Acrobat Pro include OCR as part of their feature set.

The Part That Depends on You

The tools exist, the process is documented, and the PDF standard fully supports fillable fields across platforms. But whether a browser-based free tool is enough, or whether you need a desktop editor with advanced field controls, comes down to details specific to your situation — your operating system, the nature of the PDF itself, who your recipients are, and how much control you need over the final form's behavior. Those variables aren't universal, and they're worth thinking through before you commit to a particular workflow. 🎯