How to Convert PNG and JPG Images to PDF Privately
A careful PNG-to-PDF or JPG-to-PDF workflow keeps page images on your device, preserves their intended order, and ends with a check of the finished document.
Read guide →Decrypt a PDF you can open so other tools stop refusing it, losslessly and without sending the document to a server.
Drop a PDF here or click to browse
This PDF is processed in your browser and is not uploaded to opentools.
Reviewed 2026-08-15
An encrypted PDF breaks a lot of ordinary workflows. Merge tools reject it, compressors cannot read the streams, and text extraction returns nothing. Unlocking removes the encryption layer so the document behaves like any other PDF.
qpdf performs the decryption inside the page. The output keeps the original page objects, embedded fonts, and text layer, so a document that had selectable text still has selectable text. That is the difference between decrypting and the common workaround of re-printing the file, which turns the pages into images.
This handles encryption, which is the restriction that actually blocks software. It is not a way into a document whose password you do not have.
No. Documents needing a password to open use AES encryption, and the content cannot be recovered without the credential. Files that only carry permission restrictions and open freely can be processed with the password field left blank.
No. The document is processed by WebAssembly and JavaScript running inside the page, so the bytes never leave your device. There is no upload step and nothing to delete afterwards.
The page content is. Decryption rewrites the file without the encryption layer while leaving text, fonts, images, and bookmarks untouched, so nothing is rasterised or re-compressed.
Both run the same qpdf decryption. Pick Unlock PDF when the goal is to get another tool to accept the file, and Remove PDF Password when the goal is to stop being prompted every time you open it.
Yes, though a scanned document contains page images rather than text, so it will still have no searchable text after unlocking. That is a property of the scan, not the encryption.
Browse every pdf tools, or jump straight to pdf security.
A careful PNG-to-PDF or JPG-to-PDF workflow keeps page images on your device, preserves their intended order, and ends with a check of the finished document.
Read guide →The meaningful distinction is not the interface but where bytes are processed, stored, logged, and returned.
Read guide →A browser-local PDF size reducer can decrease PDF size without an upload, but this workflow rasterizes pages and may remove selectable text, links, forms, and document structure.
Read guide →