PDFuck 是一个去除 PDF 编辑密码的工具,以命令行方式使用。
在安装前,请确保你安装了 Python (>=3.0) 及与之版本相匹配的 pip,然后在命令提示符中输入下面的命令:
pip install pdfuck
例如,想要去除密码的 PDF 文件位于 example.pdf
,只需输入下面的命令:
pdfuck example.pdf
输出文件的默认路径为 example.fucked.pdf
。
如果想要手动指定输出文件的路径,可以使用 -o
参数,例如:
pdfuck example.pdf -o target.pdf
使用 -p
参数手动指定打开密码,例如:
pdfuck example.pdf -p password
感谢以下开源项目,本项目的完成离不开这些作者贡献的代码。
pip install -r requirements.txt
python -m build
pip install --editable .