How to Copy Text from a PDF for Free
Quick summary: To copy text from a PDF, open it in any viewer and click the text you want to select, drag to highlight the range, then press Ctrl+C (Windows) or Cmd+C (Mac). To copy all text at once, press Ctrl+A then Ctrl+C. If the text is not selectable, the PDF is either a scanned image (use OCR or an AI reader) or copy-restricted (use the print-to-PDF workaround below).
Copying text from a PDF works in any viewer in under ten seconds — provided the PDF contains a real text layer. When it does not, or when copying is locked, there are free workarounds for every situation. You can also paste any PDF into our AI-powered PDF tool to extract and read the text without needing to copy anything manually.
Standard method: select and copy
This works in Preview (Mac), Edge, Chrome, Acrobat Reader, and any other PDF viewer:
- Open the PDF.
- Click at the start of the text you want.
- Hold Shift and click at the end to extend the selection, or drag with the mouse.
- Press Ctrl+C (Windows) or Cmd+C (Mac).
- Paste into any app with Ctrl+V / Cmd+V.
To copy an entire page:
- Click anywhere on the page.
- Press Ctrl+A (or Cmd+A on Mac) — this selects all text in the document.
- Press Ctrl+C to copy.
To copy a column in a multi-column PDF (Mac Preview only): Hold Option while dragging to make a rectangular selection — Preview selects only the text within that rectangle, not the entire line width. This is useful for extracting one column from a two-column academic paper.
How to copy text from a PDF on iPhone
- Open the PDF in the Files app or Safari.
- Long-press on a word — it selects the word and shows a text handle.
- Drag the handles to extend the selection.
- Tap Copy.
On iOS 16 and later, tap once on a word in a PDF to trigger Live Text — a blue frame appears and you can tap Copy without dragging.
How to copy text from a scanned PDF
A scanned PDF is a photo — there is no text layer to select. Copy-paste returns nothing.
Option 1: AI reader (no install) Upload the PDF to our free AI PDF reader — it reads scanned documents with AI, extracts the text, and lets you copy individual sections or the full content.
Option 2: macOS built-in OCR (Ventura and later) On macOS 13 Ventura and later, Preview can recognize text in scanned PDFs:
- Open the scanned PDF in Preview.
- Try clicking and dragging over the text — macOS performs OCR on the fly and lets you select the recognized text.
- Copy as normal.
Option 3: Google Drive (free)
- Upload the scanned PDF to Google Drive.
- Right-click the file → Open with → Google Docs.
- Google Docs runs OCR and converts the scan to an editable document.
- Copy the text from the Docs document.
How to copy text from a copy-restricted PDF
Some PDFs have a permissions password that disables text selection and copying. When you try to select text, nothing highlights.
Method 1: Print to PDF
- Open the restricted PDF in Preview (Mac) or Edge (Windows) — enter the open password if prompted.
- Press Cmd+P (Mac) or Ctrl+P (Windows).
- Print to Save as PDF (Mac) or Microsoft Print to PDF (Windows).
- The output PDF has no permissions restrictions — you can now select and copy text normally.
This works because printing re-renders the visual output as a new document, without carrying over the permissions metadata.
Method 2: Remove the permissions password See how to remove a password from a PDF for the full process — once the permissions password is removed, copying is unrestricted.
Why copy-paste loses formatting
PDFs store text at fixed coordinates, not in a flowing paragraph structure. When you copy and paste:
- Multi-column layouts paste in incorrect order — left column followed by right column, mixed by line.
- Tables paste as plain text without cell boundaries.
- Headers and footers paste inline with body text.
- Ligatures (special character combinations like “fi”, “fl”) may paste as single characters or be missing.
For better results, use pdftotext with the -layout flag (see how to extract text from a PDF) — it preserves approximate column structure.
Copying text with special characters
PDFs sometimes encode text with custom character maps, causing copy-paste to produce garbled output or question marks. If this happens:
- Try a different viewer — Acrobat Reader and Preview sometimes handle custom encodings differently.
- Use
pdftotext -enc UTF-8 input.pdf -to dump text to the terminal — Poppler often resolves encoding issues. - For documents with Arabic, Chinese, Japanese, or Korean text, make sure the PDF viewer has the correct font and language packs installed.
Related guides
- How to search a PDF for free — find text before copying specific sections
- PDF to text: extract all text at once — bulk extraction instead of manual copying
- How to edit a PDF for free — modify text directly in the PDF
- How to remove a password from a PDF — unlock copy-restricted files
Frequently Asked Questions (FAQ)
Why can I see the text but not select it?
Three possible causes: (1) the PDF is a scanned image — the text is a photograph, not real characters; (2) the PDF has a permissions password blocking selection — use the print-to-PDF workaround above; (3) the text is inside an annotation layer — try right-clicking the annotation to see copy options.
How do I copy text from a PDF without losing line breaks?
After pasting, line breaks in the middle of a paragraph are common (PDFs store each line separately). To remove them: in most text editors, use Find and Replace — search for a single newline (\n) that is NOT followed by a blank line and replace with a space. In Word: Ctrl+H → Find ^p (not preceded by ^p) → Replace with space.
Can I copy text from a PDF in a browser?
Yes — Chrome, Edge, Firefox, and Safari all support text selection in PDF files displayed in the browser. Open the PDF directly in the browser tab and use the standard Ctrl+A / Ctrl+C method.
How do I copy a specific table from a PDF?
Select the table area as precisely as possible, then paste into Excel or Google Sheets — the cells may not align correctly because PDF tables have no formal structure. For better results, use a dedicated PDF-to-Excel converter or copy the data column by column using Preview’s rectangular selection (Option+drag on Mac).
How do I copy text from a PDF if copying is not allowed?
A permissions password may be blocking text selection. The simplest workaround is the Print to PDF method: open the file, print it to “Microsoft Print to PDF” (Windows) or “Save as PDF” (Mac), then open the resulting file — the new PDF has no copy restrictions. Alternatively, see how to remove a password from a PDF for free for a full step-by-step guide. Our AI PDF reader can also read and extract text from restricted PDFs without any workaround.