Skip to main content

PDFuck: Remove the password of your PDF file

Project description

简体中文 | English


简介

PDFuck 是一个去除 PDF 编辑密码的工具,以命令行方式使用。

安装

在安装前,请确保你安装了 Python (>=3.0) 及与之版本相匹配的 pip,然后在命令提示符中输入下面的命令:

pip install pdfuck

使用

去除 PDF 密码

例如,想要去除密码的 PDF 文件位于 example.pdf,只需输入下面的命令:

pdfuck example.pdf

输出文件的默认路径为 example.fucked.pdf

手动指定输出文件路径

如果想要手动指定输出文件的路径,可以使用 -o 参数,例如:

pdfuck example.pdf -o target.pdf

PDF 文件含有打开密码

使用 -p 参数手动指定打开密码,例如:

pdfuck example.pdf -p password

致谢

感谢以下开源项目,本项目的完成离不开这些作者贡献的代码。

工作流

配置开发环境

pip install -r requirements.txt

构建与测试

python -m build
pip install --editable .

开源协议

GPL-3.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdfuck-1.0.2.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

pdfuck-1.0.2-py3-none-any.whl (15.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page