Skip to content

Posts tagged password

Posts under this tag. Back to all posts when you want the full stream.

Posts

@latest_post

Remove PDF password in Linux

Using QPDF

QPDF is a command-line tool that transforms PDF files while preserving their content. It can encrypt, decrypt, web-optimize, split, and merge PDFs.

On Omarchy, QPDF should already be installed. If it isn't, install it with:

Shell command
sudo pacman -S qpdf

To remove a known password from a PDF, run:

Shell command
qpdf --password=mysecretpassword --decrypt the-secured.pdf new-unsecured.pdf
Updated 1 min read
Start reading Read more