34j / PdfDecrypt-Archive

.NET CLI tool for decrypting PDF files. (PDF password remover)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

.NET CLI tool for decrypting PDF files. (PDF password remover)

License:Apache License 2.0


Languages

Language:C# 87.2%Language:Shell 12.8%