Why You Can't Copy Text from a PDF

Illustration of a frustrated person trying to select text from a PDF document on a computer screen, with locked or highlighted sections representing copy-protected content.

There are actually several different reasons you can't copy text from a PDF, and they're not all the same problem. Some PDFs are deliberately locked against copying by their owner, some look like they have text but are really just pictures of text, and some have technical quirks that break the clipboard even when no protection is intended. Knowing which situation you're in tells you exactly what to do next.

The PDF Has Copy Protection Enabled

The PDF format includes a built-in permissions system defined in the PDF specification (ISO 32000). When a document creator exports or saves a PDF, they can set specific restrictions, including disabling text copying, printing, or editing. This is called a permissions password or owner password, and it is separate from the open password that might lock you out of viewing the file entirely.

When PDF copy is disabled this way, your PDF viewer (Adobe Acrobat Reader, Preview on Mac, a browser's built-in viewer) simply refuses to pass the selected text to your clipboard. The text is technically there in the file. You can see it, highlight it, but the copy command does nothing or copies an empty string.

Owner password vs. open password: An open (user) password stops you from opening the file at all. An owner password lets you view the PDF but restricts what you can do with it, such as copying or editing. Many "locked" PDFs only have an owner password, meaning the text data is fully accessible inside the file even if copying is blocked at the viewer level.

If you need to work around this kind of PDF copy protection, check out our guide on why your PDF is locked for editing and how to fix it, which covers the permission system in more detail.

The PDF Is a Scanned Image, Not Real Text

This is probably the most common reason people find they can't copy text from a PDF, and it trips people up because the document looks completely normal on screen. When someone scans a paper document and saves it as a PDF, the result is essentially a photograph embedded in a PDF wrapper. Every "word" you see is just a pixel pattern. There is no actual text layer for your viewer to select or copy.

You can confirm this instantly: try to click and drag to select a word. If the selection box covers the whole page as a rectangle rather than highlighting individual words and lines, you have an image-only PDF.

The solution here is Optical Character Recognition (OCR), a process that analyzes the image and converts the visual shapes of letters into real, selectable text. Our detailed guide on what OCR is and how to extract text from scanned PDFs walks through exactly how this works and the tools you can use.

Broken Font Encoding Scrambles the Copied Text

This one is less obvious. You can sometimes select and copy text from a PDF, paste it somewhere, and get complete gibberish: random symbols, question marks, or characters from a completely different language. This is not a protection issue. It is a font encoding problem.

PDFs store text using font encoding tables that map character codes to actual glyphs. When a PDF is created with a non-standard or incomplete encoding table (common with older desktop publishing software, some LaTeX setups, or PDFs exported from certain design tools), the viewer can render the glyphs correctly on screen but cannot reverse-map them back to standard Unicode characters when you copy. The result is garbled output.

This is also related to how fonts are embedded in the file. A PDF with improperly embedded or subset fonts may display fine but break at the copy stage. For a deeper look at how font embedding affects PDF behavior, see our article on why fonts go missing in PDFs and how font embedding prevents it.

How to Tell Which Problem You Have

Before trying any fix, spend 30 seconds diagnosing. Here is a quick way to identify each scenario:

Symptom Likely Cause
You can highlight individual words but Ctrl+C / Cmd+C does nothing PDF copy protection (permissions password)
Clicking and dragging selects the whole page as a rectangle, not individual words Scanned image PDF, no text layer
Copy works but pasted text is symbols or gibberish Broken font encoding or missing Unicode map
Copy works in some PDF viewers but not others Viewer-specific bug or partial permissions enforcement

What You Can Actually Do About It

Your options depend on which problem you identified above.

If the PDF has copy protection

  • Ask the document owner. If this is a work document, contract, or report someone sent you, the simplest path is to request an unrestricted version or ask them to remove the restrictions before sending.
  • Use a PDF editor that supports unlocking. Some tools can remove owner-level restrictions if you have legitimate access to the document. Our PDF editor lets you work with PDF content directly in your browser.
  • Print to PDF. On Windows and Mac, you can use "Print" and then choose a PDF printer driver as the destination. The resulting file is often restriction-free, though it may lose some metadata. This only works if printing is also permitted.
Legal note: Bypassing copy protection on a PDF you do not own or have no rights to may violate copyright law or the Digital Millennium Copyright Act (DMCA) in the US and similar laws elsewhere. Only remove restrictions on documents you own or have explicit permission to modify.

If the PDF is a scanned image

  • Run OCR on the file. Modern OCR tools analyze the image and produce a real, selectable text layer. Quality varies depending on the scan resolution and the clarity of the original document. A 300 DPI scan will produce far better OCR results than a blurry phone photo.
  • Google Drive has a built-in OCR option: upload the PDF, right-click it, and choose "Open with Google Docs." Google will run OCR automatically and open the text in a Docs file you can copy from freely.

If the text copies as gibberish

  • Try a different PDF viewer. Adobe Acrobat Reader, Chrome's built-in viewer, Firefox, and macOS Preview each handle encoding differently. One may decode the font map correctly where another fails.
  • Convert the PDF to a Word document or plain text file using a conversion tool. The conversion process often re-encodes the text to standard Unicode, fixing the garbled output.
  • If the PDF was generated from a LaTeX source, ask for the source file or a re-exported version with proper Unicode mapping enabled.
Edit and extract text from a locked or restricted PDF online

Need to work with a PDF where text copying is blocked?

When you can't copy text from a PDF due to restrictions or formatting issues, our free online PDF editor lets you open, view, and edit PDF content directly in your browser without any software to install.

Try the Free PDF Editor →

Seeing text and being able to copy it are two different things. The PDF viewer renders glyphs from font data, which is enough to display the document. But copying requires the viewer to map those glyphs back to Unicode characters. If the PDF has copy permissions disabled, the viewer blocks the clipboard action entirely even though the text data is present in the file.

Try selecting text by clicking and dragging. In a real text PDF, your cursor highlights individual words and lines. In a scanned image PDF, the selection box covers the entire page as a solid rectangle, because there are no text objects to select. Another quick test: use Ctrl+F (or Cmd+F) to search. If the search finds nothing or returns zero results for a word you can clearly see, it is almost certainly an image-only scan.

It depends on who owns the document and what jurisdiction you are in. If you created the PDF yourself or have explicit permission from the owner, removing restrictions is perfectly fine. Removing protection from a commercially published or copyrighted document you do not own may violate the DMCA in the US or equivalent laws in other countries. When in doubt, contact the document's author or publisher and ask for an unrestricted copy.

This is a font encoding issue. The PDF stores characters using an internal code table that maps to the visual glyphs. If that mapping does not include a proper Unicode translation (called a ToUnicode map), your viewer can display the characters correctly on screen but cannot convert them back to standard text when copying. Trying a different PDF viewer or converting the file to Word format often resolves this, since the conversion process re-encodes the text to standard Unicode.

Yes, in some cases. If the PDF only has an owner (permissions) password rather than an open password, you can often use Google Drive's "Open with Google Docs" feature to get a text-editable version. You can also try printing the PDF to a new PDF file using your operating system's built-in print-to-PDF feature, which sometimes strips permission restrictions. These methods only work if the PDF allows printing, and they are only appropriate when you have the right to access the content.

Sometimes, but not always. Different viewers enforce PDF permissions differently. Chrome's built-in viewer, Firefox, Adobe Acrobat Reader, and macOS Preview each have their own implementation. For scanned PDFs or encoding problems, switching viewers can sometimes yield better results. However, if the document has a strict owner password with copy restrictions, most modern viewers will honor those restrictions regardless of which application you use.