-1

I'm using PDF-XChange to view pdf's. I have one pdf that has lock on it:

enter image description here

And I can't copy text from it:

enter image description here

How to solve copy/paste problem?

vico
  • 2,811

1 Answers1

-1

It seems that this PDF file was secured using the "password security" option, with some usage restrictions applied (https://helpx.adobe.com/acrobat/using/securing-pdfs-passwords.html).

To copy and paste text from such PDF file, you should at first remove security, using a tool like QPDF (http://qpdf.sourceforge.net/), invoking it with a syntax like this:

qpdf --decrypt encrypted.pdf decrypted.pdf
fixer1234
  • 28,064
ciarpame
  • 76
  • 4