Remove editing/printing restrictions from a PDF that opens without a password.
Removes editing/printing restrictions from a PDF that opens without a password (i.e. one protected by an owner password, not a user/open password) — entirely in your browser, using a small client-side implementation of the PDF encryption standard (RC4 / AES-128).
No. It only removes restrictions from PDFs that already open with no password - the common case where a document is freely viewable but has printing/editing/copying disabled. If a PDF requires a password just to open it, this tool will tell you it can't proceed rather than attempt anything further.
Some PDFs store their internal objects in a compressed "object stream," which can't be read while still encrypted using the lightweight approach this tool takes. You'll get a clear error in that case rather than a corrupted file.
Not supported yet - it uses a different, more involved key-derivation algorithm than the classic RC4/AES-128 handler this tool implements.