InterviewSolution
Saved Bookmarks
| 1. |
Why Do I Get “you Do Not Have Permission To Extract Text” On Some Documents? |
|
Answer» PDF documents have certain security permissions that can be APPLIED to them and two PASSWORDS associated with them, a user password and a MASTER password. If the “cannot extract text” PERMISSION BIT is set then you need to decrypt the document with the master password in order to extract the text. PDF documents have certain security permissions that can be applied to them and two passwords associated with them, a user password and a master password. If the “cannot extract text” permission bit is set then you need to decrypt the document with the master password in order to extract the text. |
|