censor/Censor
1
37
Fork
You've already forked Censor
3

feat: remove PDF signatures #98

Closed
opened 2026年02月27日 22:06:43 +01:00 by mahlzahn · 0 comments

Originally posted by @martin762green in #5 (comment)

Noticed that signatures [...] not being redacted. [...]

Description

Allow users to remove signatures from documents:

  • all signatures on saving
  • single signatures, e.g., with right-click context menu

Implementation

_Originally posted by @martin762green in https://codeberg.org/censor/Censor/issues/5#issuecomment-11062094_ > Noticed that signatures [...] not being redacted. [...] ## Description Allow users to remove signatures from documents: - all signatures on saving - single signatures, e.g., with right-click context menu ## Implementation - Backend: PyMuPDF knows widget types and one is [`PDF_WIDGET_TYPE_SIGNATURE`](https://pymupdftest.readthedocs.io/en/stable/widget.html#supported-widget-types), thus, they may be removed with [`page.delete_widget(widget)`](https://pymupdf.readthedocs.io/en/latest/page.html#Page.delete_widget). - Frontend: As additional dialog during saving? Or an advanced saving option? Or extra buttons for removing signatures?
Sign in to join this conversation.
No Branch/Tag specified
main
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
censor/Censor#98
Reference in a new issue
censor/Censor
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?