Menu

Tree [8e019c] main /
 History

HTTPS access


File Date Author Commit
 .github 2022-06-12 34j 34j [81dac3] Initial commit
 PdfDecrypt 2022-06-12 34j 34j [67ecb1] Fix option.
 .gitattributes 2022-06-12 34j 34j [81dac3] Initial commit
 .gitignore 2022-06-12 34j 34j [81dac3] Initial commit
 LICENSE.txt 2022-06-12 34j 34j [81dac3] Initial commit
 PdfDecrypt.sln 2022-06-12 34j 34j [67ecb1] Fix option.
 README.md 2022-06-12 34j 34j [8e019c] Update README.md

Read Me

# PdfDecrypt

Requirements

win-x64, win-x86, win-arm, win-arm64, osx-x64, linux-x64, linux-arm

Installation

  1. Download the latest release from Releases.
  2. Add the folder where the program is located to the environment variables.

Usage

> 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.