百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
P

PDFDeSecure

> 编程语言
开源

易于使用的 PDF 解锁器。从 PDF 文件中删除复制保护。

725 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

易于使用的 PDF 解锁器。从 PDF 文件中删除复制保护。

️ PDFDeSecure

PDFDeSecure is a free, open-source tool to remove restrictions from PDF files (e.g. printing, editing, copying), especially when DRM-like protections are applied.

Unlock your PDFs from "secured" printing mode in seconds.


✨ Features

  • ✅ Removes PDF security restrictions (print/copy/edit)
  • No need to know the password (if only usage rights are locked)
  • Works on Adobe LiveCycle DRM-protected PDFs
  • ️ CLI support and optional UI
  • ⚡ Fast and lightweight — built with C#/.NET
  • Cross-platform via .NET (Windows, Linux, macOS*)

Getting Started

Download

Grab the latest release from the Releases page.

Or clone the repo and build it yourself:

git clone https://github.com/abatsakidis/pdfdesecure.git
cd ./src/pdfdesecure
dotnet build

️ Usage

PDFDeSecure.exe

That’s it! Your output PDF will be unrestricted.

How it Works

PDFDeSecure bypasses usage restrictions by re-rendering the document as a new PDF, preserving layout and content while discarding the security flags.

⚠️ It does not attempt to crack password-encrypted PDFs (e.g. owner/user password protected).

Contributing

Pull requests are welcome! If you’d like to:

Report a bug ➡️ Open an issue

Suggest a feature ➡️ Start a discussion

Help improve UI or compatibility ➡️ Fork and send a PR

Please see CONTRIBUTING.md for details.

License

MIT License © Athanasios Batsakidis

This tool is provided for educational and legal personal use only. Do not use it on documents you do not own or have rights to modify.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言