PdfDecrypt Code
.NET CLI tool for decrypting pdf files. (Pdf password remover)
Brought to you by:
zmz
| File | Date | Author | Commit |
|---|---|---|---|
| .github | 2022-06-12 |
|
[81dac3] Initial commit |
| PdfDecrypt | 2022-06-12 |
|
[67ecb1] Fix option. |
| .gitattributes | 2022-06-12 |
|
[81dac3] Initial commit |
| .gitignore | 2022-06-12 |
|
[81dac3] Initial commit |
| LICENSE.txt | 2022-06-12 |
|
[81dac3] Initial commit |
| PdfDecrypt.sln | 2022-06-12 |
|
[67ecb1] Fix option. |
| README.md | 2022-06-12 |
|
[8e019c] Update README.md |
# PdfDecrypt
win-x64, win-x86, win-arm, win-arm64, osx-x64, linux-x64, linux-arm
> pdfdecrypt from
Password: ********
or
> pdfdecrypt from.pdf -p password
from.decrypted.pdf will be generated.
> pdfdecrypt -h
Usage: PdfDecrypt [options] <FromPath> <ToPath>
Arguments:
FromPath The path of the file to remove the password from.
ToPath The path to save the decrypted file to. (Optional)
Options:
-p|--password <PASSWORD> The password to use to decrypt the file.
-na|--noaddextension Whether not to add ".pdf" to FromPath or ToPath if it does not have extension.
-?|-h|--help Show help information.