ERR_PDF_PASSWORD_PROTECTED β PDF Password Protected
HTTP Status: 400 Retryable: No Automatic retry: None. Password-protected PDFs cannot be processed without the password.
What the User Sees
This PDF is password-protected and cannot be processed. (ERR_PDF_PASSWORD_PROTECTED)
What Causes This Error
The PDF has encryption applied, either as an open password (required to view the document) or as a permissions password (restricts printing, copying, editing). This is detected during the preflight check via the encrypted blocker code.
Even PDFs with permissions-only restrictions (no open password required) cannot be reliably processed because the encryption prevents automated text extraction and page rendering. Some PDF libraries can bypass permissions-only encryption, but this is legally and ethically questionable, so the system rejects all encrypted PDFs.
The encryption is embedded in the PDF structure and is detected before any credits are charged or conversion work begins.
Resolution Steps
For Users
- Open the PDF in Adobe Acrobat, enter the password, then use File > Save As to save a new copy without password protection.
- Online tools like SmallPDF or iLovePDF can remove passwords if you have the password. Upload the file, enter the password, and download the unprotected version.
- If the PDF only has permissions restrictions (you can view but not copy/print), open it in Adobe Acrobat Pro and remove the security settings under File > Properties > Security.
- If you do not have the password, contact the document author to request an unprotected version.
- Some PDF viewers (like Chromeβs built-in viewer) can open permissions-restricted PDFs β try printing to PDF from that viewer to create an unprotected copy.
For Administrators
- No admin action is needed for this error β it is working as designed.
- The encryption detection is in
services/pdf-preflight.tsvia theencryptedblocker code. - Do NOT implement password-protected PDF support or encryption bypass β this raises legal and licensing concerns.
- If users frequently ask about this, consider adding a help article explaining how to remove PDF passwords.
Related Errors
- ERR_PDF_CORRUPT β PDF structure is invalid