Converting
How to Convert a PDF Into Editable Text
Get the words out of a PDF so you can edit them — the three different situations you might be in, and the right approach for each.
"Make this PDF editable" means three quite different things depending on what is inside the file. Working out which situation you are in takes about five seconds and saves a lot of wasted effort.
Work out what you have
Open the PDF and try to select a sentence with your cursor.
| What happens | What you have | What to do |
|---|---|---|
| Text highlights normally | A digital PDF with real text | Convert straight to Word, Markdown or plain text |
| A rectangle is drawn over an image | A scan | Run OCR first, then convert |
| Nothing selects and nothing happens | Possibly protected | Remove the restriction if you are entitled to, then convert |
Choosing an output format
- Word (.docx) — for documents that need to keep headings, tables and styling and be edited by other people.
- Markdown — for text destined for a website, a wiki, a README or an AI tool. Clean, structural and diff-friendly.
- Plain text — when you want the words and nothing else, for search, analysis or pasting elsewhere.
Markdown is underrated here. It keeps heading levels and lists as structure without dragging along any of the formatting baggage of a word processor, which makes it the best format when the text is going somewhere other than back into a document.
Scanned documents
There is no text to extract from a scan; there are pictures of text. OCR reads the pictures and produces characters. Recognition of clean printed text at 300 DPI is very good, but proofread anything that matters — names, figures and dates are exactly where an error costs you.
Do you need to convert at all?
If the edit is small — a signature, a form field, a redaction, a page removed — do it to the PDF directly. Converting out and back in for a two-word change costs you the layout and gains nothing.
Do it now
PDF to Markdown
Convert PDF content to Markdown text. It runs in this browser tab — your file is not uploaded anywhere.
Open PDF to MarkdownFrequently asked questions
How can I tell if my PDF is scanned?+
Try to select a line of text. If your cursor draws a box instead of highlighting words, it is a scan.
Which format keeps the most formatting?+
Word. Markdown keeps structure without styling; plain text keeps neither.
Why is my extracted text jumbled?+
The drawing order differs from the reading order, which is common in multi-column and design-tool layouts.
Can I edit a PDF without converting it?+
For adding signatures, filling forms, redacting, rotating or removing pages — yes, and you should. Rewriting body text is where conversion becomes necessary.